AI Features

Project Challenge: Create a Login and Logout Mechanism

In this lesson, we will be authenticating users using login and maintaining a session until they logout.

Problem statement

In this challenge, you are required to add a login and log out mechanism in the project application.

In this challenge, we have already provided you with the LoginForm, login.html template and a simple login view function that returns the form to the template.

πŸ’‘ What are

...
Ask