mod: используем внешнюю etpgrf (исправленную версию 0.1.3)

This commit is contained in:
2026-01-15 13:36:37 +03:00
parent d4b4aaeede
commit e5cecfa81a
5 changed files with 176 additions and 237 deletions

View File

@@ -4,11 +4,4 @@
# Настройки Django
DEBUG=True
SECRET_KEY=change-me-in-production
ALLOWED_HOSTS=localhost,127.0.0.1
# Настройки Базы Данных
POSTGRES_DB=etpgrf
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=db
POSTGRES_PORT=5432
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0