You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update the "urls.py" file as in newer versions of django, it's auth_login and auth_logout instead of login and logout. When I try to include the urls in my project I got this error:
AttributeError: module 'django.contrib.auth.views' has no attribute 'login'.
The text was updated successfully, but these errors were encountered:
Please update the "urls.py" file as in newer versions of django, it's auth_login and auth_logout instead of login and logout. When I try to include the urls in my project I got this error:
AttributeError: module 'django.contrib.auth.views' has no attribute 'login'.
The text was updated successfully, but these errors were encountered: