A simple authentication system built using Django Forms and default User model.
Includes user registration, login, and logout functionality.
Follow the steps below to run this project locally.
git clone https://github.com/GRMaruf/Authentication-app-using-Django-Forms.gitcd Authentication-app-using-Django-Formspip install -r requirements.txtpython manage.py migratepython manage.py runserverOpen your browser and go to:
http://127.0.0.1:8000/