diff options
| author | Yann Malet | 2011-09-10 02:24:53 +0200 | 
|---|---|---|
| committer | Yann Malet | 2011-09-10 02:24:53 +0200 | 
| commit | 77e3a4ab3301df41f35866bd3b8ee16136bc98fe (patch) | |
| tree | 726f6d1ea9b0b7bd769aa916dec6db0945a02b10 /example | |
| parent | a08238af1ec07e077a0ee0f816d82c62c3f0ac63 (diff) | |
| download | django-debug-toolbar-77e3a4ab3301df41f35866bd3b8ee16136bc98fe.tar.bz2 | |
Comment the profiler panel out because it does not work on ubuntu. psats is not in stdlib it need to be downloaded.
Diffstat (limited to 'example')
| -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 b2b98ee..a4d8ec4 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', | 
