Code and comments on web development, Django, Python and things (un)related. Update March 2013: Django 1.5 includes a configurable custom user model that makes all this obsolete. Extra fields for Users Most of the Django projects I’ve worked on need to store information about each user in addition to the standard name and email address held by the contrib.auth.models.User model. The old way: User