Getting to know your Users – User Authentication with Django’s built-in views
One of the most common requirements for a web application is to have user accounts: Users should have accounts and they should be able to log in and log out. This is called user authentication and is supported by Django out of the box. In this article, we will add user authentication to the polls […]