diff options
| author | Yann Malet | 2011-09-10 01:24:32 +0200 | 
|---|---|---|
| committer | Yann Malet | 2011-09-10 01:24:32 +0200 | 
| commit | a08238af1ec07e077a0ee0f816d82c62c3f0ac63 (patch) | |
| tree | b07b38321d91df424538a0c5a632c93e6df0f9c7 /example/settings.py | |
| parent | 970e084055c1210ff6251965bc87ad1b0d72ea0e (diff) | |
| download | django-debug-toolbar-a08238af1ec07e077a0ee0f816d82c62c3f0ac63.tar.bz2 | |
Revert some of the previous changes and modify slightly the panels to separate the gneration of the stats and the generation of the content.
Diffstat (limited to 'example/settings.py')
| -rw-r--r-- | example/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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', | 
