DjDT redirect intercept is annoying, especially for tests, so disable it

This commit is contained in:
Ibrahim Awwal
2012-09-20 04:33:47 -07:00
parent 939b927fbd
commit 91de5633b5

View File

@@ -156,6 +156,9 @@ DEBUG_TOOLBAR_PANELS = (
# 'debug_toolbar.panels.profiling.ProfilingDebugPanel',
)
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False
}
############################ FILE UPLOADS (ASKBOT) #############################
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
MEDIA_ROOT = ENV_ROOT / "uploads"