From d470ed767600e103003e5e3560c1aa5288a57c7f Mon Sep 17 00:00:00 2001 From: fbormann Date: Wed, 5 Oct 2016 18:17:15 -0300 Subject: [PATCH] database settings.py --- amadeus/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index 19ac97a..e9fff55 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -98,7 +98,8 @@ WSGI_APPLICATION = 'amadeus.wsgi.application' # Database # https://docs.djangopr/*oject.com/en/1.9/ref/settings/#databases -DATABASES = ['default'].update(db_from_ev) +DATABASES = { 'default': db_from_ev, + } -- libgit2 0.21.2