.
from django.contrib.auth.views import login,logout
ImportError: cannot import name 'login'
Hello guys, am getting this error on my bash, these two login and logout are inbuilt views which i have imported!how to overcome this problem
[edit by admin: formatting]