mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-28 12:18:52 +00:00
Fixed DATABASE_NAME in settings
This commit is contained in:
@@ -28,7 +28,7 @@ ALLOWED_HOSTS = ['*']
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'deepsouthsounds',
|
||||
'NAME': DATABASE_NAME,
|
||||
'ADMINUSER': 'postgres',
|
||||
'USER': DATABASE_USER,
|
||||
'PASSWORD': DATABASE_PASSWORD,
|
||||
|
||||
Reference in New Issue
Block a user