mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
django-debug-toolbar now supports Django 1.8. Yay!
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user