20👍
✅
it doesn’t work properly if the middleware’s aren’t in order.
that’s how it should look like:
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
...
)
Source:stackexchange.com