Django 1.8b1 is coming this week, we are ready.

We are, django-debug-toolbar isn't.
This commit is contained in:
Raphael Michel
2015-02-18 22:08:30 +01:00
parent e266b0438c
commit 9f850f611c
4 changed files with 51 additions and 7 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',
@@ -54,7 +54,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',