Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
model-data-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
model-data-test
Commits
1b52af81
Commit
1b52af81
authored
Feb 09, 2022
by
桂秋月
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e91aca93
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
workspace.xml
.idea/workspace.xml
+2
-1
2022-02-09.log
logs/2022-02-09.log
+1
-0
settings.cpython-37.pyc
model_data_test/__pycache__/settings.cpython-37.pyc
+0
-0
settings.py
model_data_test/settings.py
+1
-1
No files found.
.idea/workspace.xml
View file @
1b52af81
...
...
@@ -5,7 +5,8 @@
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"65ec9bc1-9334-4fb0-a73d-621c8e760de6"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/model_data_api/model/base_model.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/model_data_api/model/base_model.py"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/model_data_test/settings.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/model_data_test/settings.py"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
logs/2022-02-09.log
View file @
1b52af81
...
...
@@ -5,3 +5,4 @@
[2022-02-09 14:44:07 autoreload.py:_check_file:201 INFO] /Users/dm/Desktop/python_script/model-data-test/model_data_api/model/modelsData_model.py modified; restarting server
[2022-02-09 15:06:39 autoreload.py:_check_file:201 INFO] /Users/dm/Desktop/python_script/model-data-test/model_data_api/model/base_model.py modified; restarting server
[2022-02-09 15:07:39 autoreload.py:_check_file:201 INFO] /Users/dm/Desktop/python_script/model-data-test/model_data_api/model/base_model.py modified; restarting server
[2022-02-09 15:21:50 autoreload.py:_check_file:201 INFO] /Users/dm/Desktop/python_script/model-data-test/model_data_test/settings.py modified; restarting server
model_data_test/__pycache__/settings.cpython-37.pyc
View file @
1b52af81
No preview for this file type
model_data_test/settings.py
View file @
1b52af81
...
...
@@ -38,7 +38,7 @@ if AMBIENT == 'dev' or AMBIENT =='test':
elif
AMBIENT
==
'online'
:
DB_CONNECT_STRING
=
{
# 支持多个数据库
#'model_db':'mysql+pymysql://qa:qatest@172.17.5.13:30267/model_data_test?charset=utf8',
'model_db'
:
'mysql+pymysql://root:
root@127.0.0.1:3306
/model_data_test?charset=utf8'
,
'model_db'
:
'mysql+pymysql://root:
qo05qauQTGRKJ8YR@127.0.0.1:3307
/model_data_test?charset=utf8'
,
}
STATICFILES_DIRS
=
(
...
...
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