22👍
✅
So the MIDDLEWARE_CLASSES
changed to MIDDLEWARE
https://docs.djangoproject.com/en/2.0/topics/http/middleware/#activating-middleware
8👍
MIDDLEWARE_CLASSES has been deprecated since Django 1.10 and was removed completely in version 2.0. That means you have no middleware at all.
You should use the MIDDLEWARE setting instead; note, that uses new-style middleware, you might need to upgrade your custom middleware class.
- Embed an interactive Bokeh in django views
- Django south fresh install –> error: unknown command 'schemamigration'
Source:stackexchange.com