1 from django.conf import settings
3 DEBUG_TOOLBAR_PANELS = getattr(settings, 'DEBUG_TOOLBAR_PANELS', (
4 'debug_toolbar.panels.version.VersionDebugPanel',
5 'debug_toolbar.panels.profiler.ProfilerDebugPanel',
6 'debug_toolbar.panels.sql.SQLDebugPanel',
7 'debug_toolbar.panels.cache.CacheDebugPanel',
8 # 'debug_toolbar.panels.templates.TemplatesDebugPanel',
9 'debug_toolbar.panels.headers.HeaderDebugPanel',
10 'debug_toolbar.panels.http_vars.HttpVarsDebugPanel',