исправил название базы данных
This commit is contained in:
parent
b78cf3e444
commit
3ec5f88348
|
|
@ -9,7 +9,7 @@ ALLOWED_HOSTS = ['*']
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'it-radio',
|
'NAME': 'it_radio',
|
||||||
'USER': 'flexites',
|
'USER': 'flexites',
|
||||||
'PASSWORD': 'flexites',
|
'PASSWORD': 'flexites',
|
||||||
'HOST': 'localhost',
|
'HOST': 'localhost',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue