Source code for Django Custom User Login/Logout/ 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/.