Обновить backend/settings.py

This commit is contained in:
Sanzhar.swydk 2024-08-31 07:12:24 +00:00
parent f079d90d0e
commit 50e3fec210

View File

@ -128,7 +128,7 @@ import os
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'erkesh_mal',
'NAME': '',
'USER': 'postgres',
'PASSWORD': 'swydk',
'HOST': 'localhost',