diff options
| author | Aymeric Augustin | 2013-11-15 20:45:32 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-15 20:45:32 +0100 | 
| commit | e89992a951b05b20dcd5c59927041d41b23110c9 (patch) | |
| tree | fd51cafbcc151bb44c7d363810031bae70067468 /example/settings.py | |
| parent | 57e3169fe3ca4b6bd23faee12911b3177eba8aa4 (diff) | |
| download | django-debug-toolbar-e89992a951b05b20dcd5c59927041d41b23110c9.tar.bz2 | |
Implement redirects interception as a panel.
Fix #122.
Diffstat (limited to 'example/settings.py')
| -rw-r--r-- | example/settings.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/example/settings.py b/example/settings.py index 1eba309..0934c0e 100644 --- a/example/settings.py +++ b/example/settings.py @@ -64,4 +64,5 @@ DEBUG_TOOLBAR_PANELS = (      'debug_toolbar.panels.cache.CacheDebugPanel',      'debug_toolbar.panels.signals.SignalDebugPanel',      'debug_toolbar.panels.logger.LoggingPanel', +    'debug_toolbar.panels.redirects.InterceptRedirectsPanel',  ) | 
