How to create Django Authentication registration and login system
First install python3 +
Install Django with cmd
pip install django
Open cmd go to folder which you download this project file
py manage.py runserver
How to create a Django Authentication registration and login system
PythonMIT