Enhance PostgreSQL configuration in Docker setup, add custom settings, and update environment variable handling

This commit is contained in:
Joakim Hellsén 2026-02-15 19:11:40 +01:00
commit 8675c5193c
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
3 changed files with 49 additions and 15 deletions

View file

@ -152,6 +152,7 @@ INSTALLED_APPS: list[str] = [
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.staticfiles",
"django.contrib.postgres",
"twitch.apps.TwitchConfig",
]