We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019eb7f + af8a72b commit 6fc90e5Copy full SHA for 6fc90e5
docs/configuration.rst
@@ -20,6 +20,7 @@ included in the toolbar. It works like Django's ``MIDDLEWARE`` setting. The
20
default value is::
21
22
DEBUG_TOOLBAR_PANELS = [
23
+ 'debug_toolbar.panels.history.HistoryPanel',
24
'debug_toolbar.panels.versions.VersionsPanel',
25
'debug_toolbar.panels.timer.TimerPanel',
26
'debug_toolbar.panels.settings.SettingsPanel',
0 commit comments