update django-debug-toolbar panels

This commit is contained in:
imperosol
2026-05-13 11:09:25 +02:00
parent f0ac35370e
commit 51c8e1e3dc
2 changed files with 4 additions and 39 deletions
+4 -3
View File
@@ -636,16 +636,17 @@ if DEBUG:
INSTALLED_APPS += ("debug_toolbar",)
MIDDLEWARE = ("debug_toolbar.middleware.DebugToolbarMiddleware", *MIDDLEWARE)
DEBUG_TOOLBAR_PANELS = [
"debug_toolbar.panels.versions.VersionsPanel",
"debug_toolbar.panels.history.HistoryPanel",
"debug_toolbar.panels.timer.TimerPanel",
"debug_toolbar.panels.settings.SettingsPanel",
"debug_toolbar.panels.headers.HeadersPanel",
"debug_toolbar.panels.request.RequestPanel",
"debug_toolbar.panels.sql.SQLPanel",
"sith.toolbar_debug.TemplatesPanel",
"debug_toolbar.panels.templates.TemplatesPanel",
"debug_toolbar.panels.cache.CachePanel",
"debug_toolbar.panels.signals.SignalsPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"debug_toolbar.panels.community.CommunityPanel",
"debug_toolbar.panels.profiling.ProfilingPanel",
]
if not TESTING:
SENTRY_ENV = "development" # We can't test if it gets overridden in settings