[Django 1.11] Upgrade to Django 1.11

This commit is contained in:
Tobias Kunze
2017-04-12 19:12:56 +02:00
committed by Raphael Michel
parent 74d9921be1
commit 0f2875e89a
7 changed files with 17 additions and 23 deletions

View File

@@ -258,7 +258,7 @@ try:
import debug_toolbar # noqa
if DEBUG:
INSTALLED_APPS.append('debug_toolbar.apps.DebugToolbarConfig')
MIDDLEWARE.insert(0, 'pretix.helpers.debug.DebugMiddlewareCompatibilityShim')
MIDDLEWARE.insert(0, 'debug_toolbar.middleware.DebugToolbarMiddleware')
except ImportError:
pass