Question:
I have issues with creating a login page in django. I am done with the views and html and stuff but the issue is that when I hit login it won’t log the user in. After some debugging I saw that the issue is that the value of the user is None but I don’t know whyIf anyone could help me with this it would be great
i am posting the code below:
views:-