diff --git a/backend/settings.py b/backend/settings.py index 46cd7ec..0ecc8ff 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -246,3 +246,7 @@ '0.0.0.0', # For Docker on Windows and macOS 'localhost', # For Docker on Windows and macOS ] + +DEBUG_TOOLBAR_CONFIG = { + 'SHOW_TOOLBAR_CALLBACK': lambda _request: DEBUG +} \ No newline at end of file