mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
django-debug-toolbar no longer interrupts on form redirects
This commit is contained in:
parent
e9fd0abb2f
commit
1a669cac59
1 changed files with 5 additions and 0 deletions
|
|
@ -172,4 +172,9 @@ INTERNAL_IPS = ('127.0.0.1',)
|
|||
MIDDLEWARE_CLASSES += (
|
||||
'debug_toolbar.middleware.DebugToolbarMiddleware',
|
||||
)
|
||||
|
||||
DEBUG_TOOLBAR_CONFIG = {
|
||||
'INTERCEPT_REDIRECTS': False,
|
||||
'SHOW_TEMPLATE_CONTEXT': True,
|
||||
}
|
||||
########## END TOOLBAR CONFIGURATION
|
||||
|
|
|
|||
Loading…
Reference in a new issue