User Authentication In Part 1, we introduced the basics of Django, including setting up the development environment and creating a simple project structure. We also configured our database, created models, and learned how to use the django ORM, In Part 2, we focused on Django views performing CRUD functionalities for…