praharsh05 / tango_with_django_project

0 stars 0 forks source link

9.7 implementing login functionality #9

Closed praharsh05 closed 1 year ago

praharsh05 commented 1 year ago

• Create a login in view to handle the processing of user credentials. • Create a login template to display the login form. • Map the login view to a URL. • Provide a link to login from the index page.