Articles & Guides

gavin

The User-Profile Pattern in Django

Posted by gavin

With the release of Django 1.5, you can now replace the django.contrib.auth User model with your own customized version. This allows you to alter the database fields of the User to, for example, use an email address as a username.

django