Project Solution: Authenticate the User at Login
Let’s take a look at the solution of authenticating users at login.
We'll cover the following...
We'll cover the following...
Solution
B ÃK ^ ã @ s d S )N© r r r úS/Users/wasifibrahim/Documents/new_project/django_project/django_project/__init__.pyÚ<module> ó
Explanation
In this challenge, we modified the already existing view login
that we created in Project Solution: Make a Login Form. The form validation logic remains the same as previously discussed. We changed the code where we previously used a dictionary to fetch ...