From 50d888121aa07322cd474347359124665e1c36a7 Mon Sep 17 00:00:00 2001 From: nik <83764985+n11ik@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:08:16 +0100 Subject: [PATCH] #159 added fix (#160) Co-authored-by: Nik Sauer --- app/main/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/settings.py b/app/main/settings.py index acbdabc..65393be 100644 --- a/app/main/settings.py +++ b/app/main/settings.py @@ -49,7 +49,7 @@ ] DEBUG_TOOLBAR_CONFIG = { - 'SHOW_TOOLBAR_CALLBACK': lambda request: True + 'SHOW_TOOLBAR_CALLBACK': lambda request: DEBUG } # Application definition