Explorar el Código

Fix middlewares

Denis K hace 7 años
padre
commit
75677c315b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jet/tests/settings.py

+ 1 - 1
jet/tests/settings.py

@@ -24,7 +24,7 @@ INSTALLED_APPS = (
     'jet.tests',
 )
 
-MIDDLEWARE_CLASSES = (
+MIDDLEWARE = MIDDLEWARE_CLASSES = (
     'django.contrib.sessions.middleware.SessionMiddleware',
     'django.middleware.common.CommonMiddleware',
     'django.middleware.csrf.CsrfViewMiddleware',