/djangosecurelogin

This is a Django project which has implemented a secure login for authenticated users

Primary LanguagePython

djangosecurelogin

This is a Django project in which I implemented a secure login for authenticated users.

Tutorial

Django User Authentication by Arturo Avilés

How to setup

You of course need Django!

Go into your terminal and...

###Clone project git clone https://github.com/arturoaviles/djangosecurelogin.git

###Small Configurations cd project
python manage.py migrate
python manage.py createsuperuser

###Run python manage.py runserver

###Enter the website In Your Web Browser go to the IP your terminal gave you.