Add an additionnal panel to the admin status displaying if DEBUG is turned on

This commit is contained in:
T'rahk Rokym
2025-07-09 21:36:45 +02:00
parent 34b94ae685
commit 0d9fd0049b
4 changed files with 17 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ CACHES = {
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
DEBUG = True
DISPLAY_DEBUG = True
ALLOWED_HOSTS = ["*"]
DATABASES = {
"default": {