diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/settings/local.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings/local.py b/config/settings/local.py index c27f1b9..9db7081 100644 --- a/config/settings/local.py +++ b/config/settings/local.py @@ -47,7 +47,7 @@ INSTALLED_APPS += ["debug_toolbar"] MIDDLEWARE += ["debug_toolbar.middleware.DebugToolbarMiddleware"] # https://django-debug-toolbar.readthedocs.io/en/latest/configuration.html#debug-toolbar-config DEBUG_TOOLBAR_CONFIG = { - "DISABLE_PANELS": ["debug_toolbar.panels.redirects.RedirectsPanel"], + # "DISABLE_PANELS": ["debug_toolbar.panels.redirects.RedirectsPanel"], "SHOW_TEMPLATE_CONTEXT": True, } # https://django-debug-toolbar.readthedocs.io/en/latest/installation.html#internal-ips |