From 77e3a4ab3301df41f35866bd3b8ee16136bc98fe Mon Sep 17 00:00:00 2001 From: Yann Malet Date: Sat, 10 Sep 2011 02:24:53 +0200 Subject: Comment the profiler panel out because it does not work on ubuntu. psats is not in stdlib it need to be downloaded. --- example/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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', -- cgit v1.2.3