What\'s the best way to extend the User model (bundled with Django\'s authentication app) with custom fields? I would also possibly like to use the email as the username (fo
There is an official recommendation on storing additional information about users. The Django Book also discusses this problem in section Profiles.