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
SRCT
roomlist
Commits
878a2776
Commit
878a2776
authored
Oct 07, 2016
by
Daniel W Bond
Browse files
no, actually, I do not want to use sqlite on development
parent
da76a64a
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/settings.py
View file @
878a2776
...
...
@@ -120,7 +120,7 @@ WSGI_APPLICATION = 'settings.wsgi.application'
DATABASES
=
{
'default'
:
{
# If you want to change the database engine you are free to do so here.
'ENGINE'
:
'django.db.backends.sql
ite3
'
,
'ENGINE'
:
'django.db.backends.
my
sql'
,
'NAME'
:
'roomlist'
,
'USER'
:
'roommate'
,
'PASSWORD'
:
secret
.
DB_PASSWORD
,
...
...
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