Skip to content

dimasyotama/django-simple-auth-Login-Logout-Register-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-simple-auth-Login-Logout-Register-

Things You Must To Know

i used Django 2.0.8 maybe it's not running on Django version 1 because has many of different syntax are there.

Step One

Yo must be install the requirement that i used on this repository :

pip install -r requirements.txt  

Step Two

Running this command on your terminal after you open the project directory to make database migrations on django :

python manage.py makemigrations  
pyhon manage.py migrate  

Step Three

Running django server to launch on your browser :

python manage.py runserver

About

This is a Django simple authentification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published