I\'m running a virtualenv to try to learn Django, but for whatever reason after installing Django and when I try to access the default Django start page, I get the following
I have created a Django project with Django 1.7 and tried to run it with Django 1.6.8. And I got the same error. I have just removed
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
from
MIDDLEWARE_CLASSES =
in my project's settings.py. And it works.