feat(sidebar): add button to keep it open

This commit is contained in:
Herculino Trotta
2025-08-22 17:15:32 -03:00
parent 2733c92da5
commit abf3a148cc
10 changed files with 205 additions and 27 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ DEBUG_TOOLBAR_PANELS = [
"debug_toolbar.panels.signals.SignalsPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"debug_toolbar.panels.profiling.ProfilingPanel",
"cachalot.panels.CachalotPanel",
# "cachalot.panels.CachalotPanel",
]
INTERNAL_IPS = [
"127.0.0.1",