From a08238af1ec07e077a0ee0f816d82c62c3f0ac63 Mon Sep 17 00:00:00 2001 From: Yann Malet Date: Sat, 10 Sep 2011 01:24:32 +0200 Subject: Revert some of the previous changes and modify slightly the panels to separate the gneration of the stats and the generation of the content. --- example/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/settings.py') diff --git a/example/settings.py b/example/settings.py index a4d8ec4..b2b98ee 100644 --- a/example/settings.py +++ b/example/settings.py @@ -37,7 +37,7 @@ DEBUG_TOOLBAR_PANELS = ( 'debug_toolbar.panels.timer.TimerDebugPanel', 'debug_toolbar.panels.settings_vars.SettingsVarsDebugPanel', 'debug_toolbar.panels.headers.HeaderDebugPanel', -# 'debug_toolbar.panels.profiling.ProfilingDebugPanel', + 'debug_toolbar.panels.profiling.ProfilingDebugPanel', 'debug_toolbar.panels.request_vars.RequestVarsDebugPanel', 'debug_toolbar.panels.sql.SQLDebugPanel', 'debug_toolbar.panels.template.TemplateDebugPanel', -- cgit v1.2.3