Source code for Django Custom User Login/Logout/Signup Tutorial.
Try a working example at https://django-custom-user-model.herokuapp.com/.
$ git clone https://github.com/wsvincent/django-custom-user-model.git $ mkvirtualenv users $ pip install -r requirements.txt $ ./manage.py runserver And visit http://localhost:8000/.