исправил название базы данных

This commit is contained in:
Mike0001-droid 2024-05-31 13:40:21 +05:00
parent b78cf3e444
commit 3ec5f88348
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ALLOWED_HOSTS = ['*']
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'it-radio',
'NAME': 'it_radio',
'USER': 'flexites',
'PASSWORD': 'flexites',
'HOST': 'localhost',