mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-14 11:06:23 +01:00
Add an additionnal panel to the admin status displaying if DEBUG is turned on
This commit is contained in:
@@ -245,6 +245,7 @@ CACHES = {
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
||||
|
||||
DEBUG = True
|
||||
DISPLAY_DEBUG = True
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
DATABASES = {
|
||||
"default": {
|
||||
|
||||
Reference in New Issue
Block a user