Skip to content
/ auth Public

An example of authentication in Django framework

Notifications You must be signed in to change notification settings

avdonin/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth

An example of authentication in Django framework

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver

http://localhost:8000

For administration
http://localhost:8000/admin/
user: admin@localhost
password: admin

About

An example of authentication in Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published