mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
update MIDDLEWARE settings
This commit is contained in:
parent
cce430242c
commit
e7200b7b65
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ INSTALLED_APPS = [
|
|||
'polls'
|
||||
]
|
||||
|
||||
MIDDLEWARE_CLASSES = [
|
||||
MIDDLEWARE = [
|
||||
'django.middleware.security.SecurityMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.middleware.locale.LocaleMiddleware',
|
||||
|
|
|
|||
Loading…
Reference in a new issue