Explorar el Código

Fix: Should use MIDDLEWARE instead of MIDDLEWARE_CLASSES

pull/218/head
winkidney hace 4 años
padre
commit
7398bc11f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pinry/settings/base.py

+ 1
- 1
pinry/settings/base.py Ver fichero

@@ -26,7 +26,7 @@ INSTALLED_APPS = [

ROOT_URLCONF = 'pinry.urls'

MIDDLEWARE_CLASSES = [
MIDDLEWARE = [

'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.security.SecurityMiddleware',


Cargando…
Cancelar
Guardar