-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I'm using the last version today 24/07/12 11:50
The debug_toolbar works well, the problem appears when I add the Profilling:
DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.version.VersionDebugPanel',
'debug_toolbar.panels.timer.TimerDebugPanel',
'debug_toolbar.panels.settings_vars.SettingsVarsDebugPanel',
'debug_toolbar.panels.headers.HeaderDebugPanel',
'debug_toolbar.panels.request_vars.RequestVarsDebugPanel',
'debug_toolbar.panels.template.TemplateDebugPanel',
'debug_toolbar.panels.sql.SQLDebugPanel',
'debug_toolbar.panels.signals.SignalDebugPanel',
'debug_toolbar.panels.logger.LoggingPanel',
'debug_toolbar.panels.profiling.ProfilingDebugPanel',
)
I got that error:
http://i.imgur.com/fsQHT.jpg
I'm using djmako plugin for mako templates.. The problem only occur when I add ProfilingDebugPanel.
Thanks
Metadata
Metadata
Assignees
Labels
No labels