chore: configure django debug toolbar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user