update django-debug-toolbar config

See more: http://django-debug-toolbar.readthedocs.org/en/1.2/configuration.html#toolbar-options
This commit is contained in:
Fábio C. Barrionuevo da Luz 2014-05-02 22:51:01 -03:00
parent 7dcd6c5870
commit e124233167

View File

@ -297,7 +297,9 @@ class Local(Common):
INTERNAL_IPS = ('127.0.0.1',)
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False,
'DISABLE_PANELS': [
'debug_toolbar.panels.redirects.RedirectsPanel',
],
'SHOW_TEMPLATE_CONTEXT': True,
}
########## end django-debug-toolbar