From ed81eb3e88889ee1b7e13a99f427a2e08aab4104 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sat, 24 Jun 2017 17:01:25 +1000 Subject: [PATCH] Is a dict --- pinaxcon/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 62fd7fc9..1b6f2012 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -28,6 +28,7 @@ else: sys.exit('DEBUG env var is in unexpected format. Should be a string' 'containing either a 0 or a 1 - Got type %s' % type(DEBUG)) +DATABASES = {} DATABASES['default'] = dj_database_url.config(conn_max_age=600) EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"