Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
86e572be
Commit
86e572be
authored
Jan 23, 2019
by
LETORT Sebastien
Browse files
settings.py: test database changed from test_allgo to allgo_test.
parent
360017a9
Pipeline
#60043
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
django/config/settings.py
View file @
86e572be
...
...
@@ -81,7 +81,7 @@ DATABASES = {
'HOST'
:
env
.
ALLGO_DATABASE_HOST
,
'OPTIONS'
:
{
'sql_mode'
:
env
.
ALLGO_DATABASE_MODE
},
'TEST'
:
{
'NAME'
:
'
test_
allgo'
,
'NAME'
:
'allgo
_test
'
,
'CHARSET'
:
'utf8'
,
'COLLATE'
:
'utf8_general_ci'
,
},
...
...
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