Is a dict
This commit is contained in:
parent
ad08aabc21
commit
ed81eb3e88
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ else:
|
||||||
sys.exit('DEBUG env var is in unexpected format. Should be a string'
|
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))
|
'containing either a 0 or a 1 - Got type %s' % type(DEBUG))
|
||||||
|
|
||||||
|
DATABASES = {}
|
||||||
DATABASES['default'] = dj_database_url.config(conn_max_age=600)
|
DATABASES['default'] = dj_database_url.config(conn_max_age=600)
|
||||||
|
|
||||||
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||||
|
|
Loading…
Reference in a new issue