Fixed db config variable name in settings
This commit is contained in:
parent
ec8a05c912
commit
715b7af484
@ -9,7 +9,7 @@ DATABASES = {
|
||||
}
|
||||
|
||||
if not DATABASE_URL:
|
||||
DATABASE['default'] = {
|
||||
DATABASES['default'] = {
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': DATABASE_NAME,
|
||||
'USER': DATABASE_USER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user