Re: django-registration: extending the user model

2013-10-07 Thread N8
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/uberno

django-registration: extending the user model

2013-10-06 Thread +Emmanuel
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