logout

Python from django.contrib.auth.views import logout ImportError: cannot import name 'logout'

Python from django.contrib.auth.views import logout ImportError: cannot import name 'logout' Question: I have configured my python env with python 3.5, but I am getting the following error when I run my server with the command python manage.py runserver from django.contrib.auth.views import logout ImportError: cannot import name ‘logout’ this is my config dj-database-url==0.5.0 Django==2.1a.1 gunicorn==19.8.1 numpy==1.14.3 …

Total answers: 7