To reduce the rather verbose default timing output on the console I attempted to set _PRINTTIMINGS=False but that caused a TypeError to be raised. Setting it to True had the same effect.
Traceback:
File "/home/leon/.virtualenvs/animal3.messiah.co.nz/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
response = middleware_method(request)
File "/home/leon/.virtualenvs/animal3.messiah.co.nz/local/lib/python2.7/site-packages/debug_toolbar/toolbar/loader.py" in init
self.load_panels()
File "/home/leon/.virtualenvs/animal3.messiah.co.nz/local/lib/python2.7/site-packages/debug_toolbar/toolbar/loader.py" in load_panels
mod = import(panel_module, {}, {}, [''])
File "/home/leon/.virtualenvs/animal3.messiah.co.nz/local/lib/python2.7/site-packages/template_timings_panel/panels/TemplateTimings.py" in
To reduce the rather verbose default timing output on the console I attempted to set _PRINTTIMINGS=False but that caused a TypeError to be raised. Setting it to True had the same effect.
Traceback: File "/home/leon/.virtualenvs/animal3.messiah.co.nz/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
Exception Type: TypeError at / Exception Value: 'bool' object is not iterable