Skip to content

mihai2014/django_auth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Custom User Model

Tutorial!

Installation

virtualenv env

source env/bin/activate

pip install -r requirements.txt

(add new fields to user in accounts/models.py)

python manage.py migrate

(or ./init.sh up to here)

python manage.py runserver

localhost:8000

Reset password (testing) will work only if user have an email defined. Reset mails (testign) will be sent in sent_emails folder.

admin init:

python manage.py createsuperuser

About

Django authentication custom user model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published