Skip to content

Commit cf2fcb5

Browse files
committed
Enabled cache panel by default.
1 parent 2cf55fe commit cf2fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/toolbar/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def load_panel_classes():
8282
'debug_toolbar.panels.request_vars.RequestVarsDebugPanel',
8383
'debug_toolbar.panels.sql.SQLDebugPanel',
8484
'debug_toolbar.panels.template.TemplateDebugPanel',
85-
# 'debug_toolbar.panels.cache.CacheDebugPanel',
85+
'debug_toolbar.panels.cache.CacheDebugPanel',
8686
'debug_toolbar.panels.signals.SignalDebugPanel',
8787
'debug_toolbar.panels.logger.LoggingPanel',
8888
))

0 commit comments

Comments
 (0)