Skip to content
Snippets Groups Projects
Commit 24743257 authored by Martin Burchell's avatar Martin Burchell
Browse files

Rename MIDDLEWARE_CLASSES to MIDDLEWARE

parent 038ac3fb
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
......@@ -110,7 +110,7 @@ DATA_LAYER_APPS = (
INSTALLED_APPS = DATA_LAYER_APPS + LOCAL_APPS + THIRD_PARTY_APPS + DJANGO_APPS
MIDDLEWARE_CLASSES = (
MIDDLEWARE = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
......@@ -325,7 +325,7 @@ if DEBUG:
'template_timings_panel',
)
MIDDLEWARE_CLASSES += (
MIDDLEWARE += (
'debug_toolbar.middleware.DebugToolbarMiddleware',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment