Commit d470ed767600e103003e5e3560c1aa5288a57c7f
1 parent
a9d978c8
Exists in
master
and in
5 other branches
database settings.py
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
amadeus/settings.py
... | ... | @@ -98,7 +98,8 @@ WSGI_APPLICATION = 'amadeus.wsgi.application' |
98 | 98 | # Database |
99 | 99 | # https://docs.djangopr/*oject.com/en/1.9/ref/settings/#databases |
100 | 100 | |
101 | -DATABASES = ['default'].update(db_from_ev) | |
101 | +DATABASES = { 'default': db_from_ev, | |
102 | + } | |
102 | 103 | |
103 | 104 | |
104 | 105 | ... | ... |