chore: configure django debug toolbar

This commit is contained in:
2026-06-21 15:03:09 +03:30
parent d04dca2646
commit 2b0b8cb041
6 changed files with 34 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ services:
command: sh -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
environment:
DEBUG: "true"
ENABLE_DJANGO_DEBUG_TOOLBAR: "true"
DJANGO_ALLOWED_HOSTS: localhost,127.0.0.1,0.0.0.0
DJANGO_CORS_ALLOWED_ORIGINS: http://localhost:5173,http://127.0.0.1:5173
POSTGRES_DB: ${POSTGRES_DB:-job_queue}