If you mean that the User model doesnt have fields you may want, like telephone or address i.e., the best and easiest way is to use add a UserProfile model with a foreignkey to the User model. Django-profiles is one and it's meant for use with django-registration> https://bitbucket.org/ubernostrum/django-profiles
On Sunday, 6 October 2013 16:43:57 UTC+2, +Emmanuel wrote: > > Hi, > I am looking for a comprehensive tutorial on how I can extend the default > user model using django-registration, specifically for Django 1.5 and > django-registration 1.0 > Thanks! > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/99fc23b6-7fc1-465d-8a94-5d710dbbca27%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

