aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorbkonkle2011-09-09 10:16:36 -0700
committerbkonkle2011-09-09 10:16:36 -0700
commitabb9b15c93e19c861f41a3dfd05e09b54bd0ff7f (patch)
treea6ea9b45a3a5e114e98ac1767242e86e45573932 /example
parentd2248d7a8532ed6758b08282f9327e2926aebe4d (diff)
parent155651283370fe77c8f8fb2dfa258f702fc3b193 (diff)
downloaddjango-debug-toolbar-abb9b15c93e19c861f41a3dfd05e09b54bd0ff7f.tar.bz2
Merge branch 'master' of github.com:lincolnloop/django-debug-toolbar
Diffstat (limited to 'example')
-rw-r--r--example/settings.py4
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
+)