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>

Making admin callables to display foreignkey relations (nested)

2010-09-21 Thread N8
No one responds to questions regarding nested inlines in the admin, there must be a reason for that :) But Im a django novice, and am having troubles customizing the admin to make it intuitive for the client. Can someone give me an example of one of the following: - nesting inlines of