diff options
| author | Yann Malet | 2011-09-09 19:03:56 +0200 |
|---|---|---|
| committer | Yann Malet | 2011-09-09 19:03:56 +0200 |
| commit | 155651283370fe77c8f8fb2dfa258f702fc3b193 (patch) | |
| tree | c97a996dd25a735740c2278aa7d384c2854925ab | |
| parent | 7047361fe2248d62927f69ca74f56cd3ea963e8e (diff) | |
| download | django-debug-toolbar-155651283370fe77c8f8fb2dfa258f702fc3b193.tar.bz2 | |
Comment the profiling pannel that cause an error because pstat was miising
| -rw-r--r-- | example/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/settings.py b/example/settings.py index 11b0117..a4d8ec4 100644 --- a/example/settings.py +++ b/example/settings.py @@ -37,11 +37,11 @@ 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', #'debug_toolbar.panels.cache.CacheDebugPanel', 'debug_toolbar.panels.signals.SignalDebugPanel', 'debug_toolbar.panels.logger.LoggingPanel', -)
\ No newline at end of file +) |
