2👍
for Django 2.0 and above
SessionAuthenticationMiddleware
was removed in Django 2.0 (see Django 2.0 release notes here)
just remove it from MIDDLEWARE_CLASSES
posting it here because I faced the same problem when upgrading to Django 2
1👍
You wrote : Django 1.8
But look at log : Django version 1.6.5
There is the problem – check django version in virtualenv or may be you just forgot activate virtualenv
- [Django]-Django strange SlugField validation, error not raised before clean(), uncleaned data returned
- [Django]-Django Class based views and Simple Image Upload
- [Django]-Django core: <django.utils.functional.__proxy__ object at ….> is not JSON serializable
- [Django]-How to handle an exception in Django moving from get() to filter()
Source:stackexchange.com