Enhance PostgreSQL configuration in Docker setup, add custom settings, and update environment variable handling
This commit is contained in:
parent
c41524e517
commit
8675c5193c
3 changed files with 49 additions and 15 deletions
|
|
@ -152,6 +152,7 @@ INSTALLED_APPS: list[str] = [
|
|||
"django.contrib.contenttypes",
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.staticfiles",
|
||||
"django.contrib.postgres",
|
||||
"twitch.apps.TwitchConfig",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue