In this series, I aim to showcase how Django can be used to create a simple blog-like review site.
This is aimed at my students who may be looking for a simple way to put together their project idea that needs to have a functional user interface, a backend database and the ease of using Python to perform some logic in the background.
In part 8, We go through the steps of creating a login page for the project so that users can log into the site without the need to access the admin backend pages.