django-debug-toolbar now supports Django 1.8. Yay!

This commit is contained in:
Raphael Michel
2015-03-12 23:06:30 +01:00
parent 1af3bb8328
commit 7666d04580
3 changed files with 8 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ INSTALLED_APPS = (
'pretix.presale',
'compressor',
'bootstrap3',
# 'debug_toolbar.apps.DebugToolbarConfig',
'debug_toolbar.apps.DebugToolbarConfig',
'djangoformsetjs',
'pretix.plugins.testdummy',
'pretix.plugins.timerestriction',
@@ -56,7 +56,7 @@ MIDDLEWARE_CLASSES = (
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'pretix.control.middleware.PermissionMiddleware',