|
|
@@ -277,12 +277,6 @@ LOGGING = {
|
|
277
|
277
|
'propagate': True,
|
|
278
|
278
|
'level': 'INFO',
|
|
279
|
279
|
},
|
|
280
|
|
- # Suppress output of this debug toolbar panel
|
|
281
|
|
- 'template_timings_panel': {
|
|
282
|
|
- 'handlers': ['null'],
|
|
283
|
|
- 'level': 'DEBUG',
|
|
284
|
|
- 'propagate': False,
|
|
285
|
|
- }
|
|
286
|
280
|
}
|
|
287
|
281
|
}
|
|
288
|
282
|
|
|
|
@@ -300,7 +294,6 @@ INSTALLED_APPS = [
|
|
300
|
294
|
'django_extensions',
|
|
301
|
295
|
# Debug toolbar + extensions
|
|
302
|
296
|
'debug_toolbar',
|
|
303
|
|
- # 'template_timings_panel',
|
|
304
|
297
|
'apps.gateway', # For allowing dashboard access
|
|
305
|
298
|
'widget_tweaks',
|
|
306
|
299
|
]
|
|
|
@@ -358,7 +351,6 @@ DEBUG_TOOLBAR_PANELS = [
|
|
358
|
351
|
'debug_toolbar.panels.sql.SQLPanel',
|
|
359
|
352
|
'debug_toolbar.panels.staticfiles.StaticFilesPanel',
|
|
360
|
353
|
'debug_toolbar.panels.templates.TemplatesPanel',
|
|
361
|
|
- # 'template_timings_panel.panels.TemplateTimings.TemplateTimings',
|
|
362
|
354
|
'debug_toolbar.panels.cache.CachePanel',
|
|
363
|
355
|
'debug_toolbar.panels.signals.SignalsPanel',
|
|
364
|
356
|
'debug_toolbar.panels.logging.LoggingPanel',
|