From 155651283370fe77c8f8fb2dfa258f702fc3b193 Mon Sep 17 00:00:00 2001 From: Yann Malet Date: Fri, 9 Sep 2011 19:03:56 +0200 Subject: Comment the profiling pannel that cause an error because pstat was miising --- example/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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 +) -- cgit v1.2.3