Перетащил БД под postgresql

This commit is contained in:
Viner Abubakirov
2026-01-03 00:20:36 +05:00
parent 5f8a0a30b4
commit d1fbf4749d
4 changed files with 63 additions and 4 deletions

View File

@@ -7,4 +7,10 @@ S3_SIGNATURE_VERSION=""
DJANGO_DEBUG=False
SECRET_KEY=""
ALLOWED_HOSTS=""
ALLOWED_HOSTS=""
DB_NAME=""
DB_USER=""
DB_PASSWORD=""
DB_HOST=""
DB_PORT=""