Remove DJDT template view
This causes template rendering to blow out of proportion on certain views. I don't care enough about this feature to spend time fixing it. It has not provided me any value to this point. One such view is ^/tickets/profile$ however there are others where I saw this, yet do not remember which ones they were.
This commit is contained in:
parent
88bcd5fe65
commit
8698e416fa
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ DEBUG_TOOLBAR_PANELS = [
|
|||
'debug_toolbar.panels.headers.HeadersPanel',
|
||||
'debug_toolbar.panels.request.RequestPanel',
|
||||
'debug_toolbar.panels.sql.SQLPanel',
|
||||
'debug_toolbar.panels.templates.TemplatesPanel',
|
||||
'debug_toolbar.panels.staticfiles.StaticFilesPanel',
|
||||
'debug_toolbar.panels.cache.CachePanel',
|
||||
'debug_toolbar.panels.signals.SignalsPanel',
|
||||
|
|
Loading…
Reference in a new issue