Fixed db config variable name in settings

This commit is contained in:
Dmitriy Shishkov 2022-03-20 04:00:45 +03:00
parent ec8a05c912
commit 715b7af484
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060

View File

@ -9,7 +9,7 @@ DATABASES = {
}
if not DATABASE_URL:
DATABASE['default'] = {
DATABASES['default'] = {
'ENGINE': 'django.db.backends.postgresql',
'NAME': DATABASE_NAME,
'USER': DATABASE_USER,