I am trying to authenticate the user using Django in-built User model. Here is the view of the login page:
if request.user.is_authenticated: return redire