Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dymas
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
dymas
Commits
684d84db
Commit
684d84db
authored
Dec 25, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doris_dymas
parent
56edf880
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
workspace.xml
.idea/workspace.xml
+0
-0
base.py
dymas/base.py
+4
-4
No files found.
.idea/workspace.xml
View file @
684d84db
This diff is collapsed.
Click to expand it.
dymas/base.py
View file @
684d84db
...
...
@@ -78,7 +78,7 @@ TEMPLATES = [
},
]
WSGI_APPLICATION
=
'd
ori
s.wsgi.application'
WSGI_APPLICATION
=
'd
yma
s.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.10/ref/settings/#databases
...
...
@@ -123,8 +123,8 @@ STATIC_URL = '/static/'
admin
.
site
.
site_header
=
'更美策略平台'
STATIC_ROOT
=
'static'
WORD_FILE
=
'/srv/apps/d
ori
s/static/word/word.txt'
STOP_WORD_FILE
=
'/srv/apps/d
ori
s/static/word/stopword.txt'
WORD_FILE
=
'/srv/apps/d
yma
s/static/word/word.txt'
STOP_WORD_FILE
=
'/srv/apps/d
yma
s/static/word/stopword.txt'
ES_CONSTS
=
{
'TAG_ID_DIRECTOR_RECOMMEND'
:
1142
,
# "所长精选" tag id
...
...
@@ -159,7 +159,7 @@ DEVICE_PORTRAIT_NAME = "device:{}:category"
FEED_CACHE_VERSION
=
"v0"
DATABASE_ROUTERS
=
[
'd
ori
s.routers.DatabaseRouter'
]
DATABASE_ROUTERS
=
[
'd
yma
s.routers.DatabaseRouter'
]
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.mysql'
,
# 设置为mysql数据库
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment