I'm using Django in a virtualenv. The admin page only works in python 2. When i run python3 manage.py runserver i get an error:
AttributeError at /admin/ 'WSGIRequest' object has no attribute 'user'
But when i run python2 manage.py runserver it is all fine. Did install django in my venv as mentioned in: Using Python 3 in virtualenv
Can someone push me to the right direction?