An illustrative tutorial on users/login/logout, just like Writing your first Django app

I have completed this tutorial on Writing your first Django app.

This is such a fantastic and illustrative documentation. A genuine thanks to its authors here.

Now I am in search of a similar, illustrative tutorial on users, login/logout etc. I trust, there must be a similar tutorial out there but I am unable to find that. Please help me.

Regards.

1 Like

I frequently recommend the Django Girls Tutorial with the Official Django Tutorial. At the end of that tutorial, there’s a link to https://tutorial-extensions.djangogirls.org/. Those extensions have a section on managing authentication.

I also recommend the Educational section of the Awesome Django page for additional resources.

Thank you very much KenWhitesell. I will review these link and tell here if these served my purpose.

Thanks again.