Skip to content

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

Notifications You must be signed in to change notification settings

arturoaviles/djangosecurelogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published