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

@@ -1,4 +1,6 @@
DEBUG=true
ENABLE_DJANGO_DEBUG_TOOLBAR=true
DJANGO_INTERNAL_IPS=127.0.0.1,localhost,host.docker.internal
DJANGO_SECRET_KEY=change-me
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