User authentication in Django

In this tutorial we’ll create a typical Django app and then we’ll utilize built-in authentication of Django in our own custom views and templates. For this tutorial you need to have Python 3 installed along with venv package. Command line instructions given here will work on any Linux, macOS or WSL in Windows. So, let’s … Read more