From 8698e416fa6a2f8c7e7d2c34a486f8c117e309cc Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sun, 9 Apr 2017 15:58:29 +1000 Subject: [PATCH] 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. --- pinaxcon/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 32980c66..91bd49d0 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -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',