Re: Displaying Profile model in a form

2010-10-28 Thread Venkatraman S
Also. check this : http://streamhacker.com/2010/03/01/django-model-formsets/ -V- http://twitter.com/venkasub -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Re: Displaying Profile model in a form

2010-10-26 Thread Venkatraman S
On Wed, Oct 27, 2010 at 4:13 AM, christian.posta wrote: > I'm trying to display a form that has both the UserProfile fields and > a select handful of the User fields. > What's the best way to go about doing this? In the CreateUserForm that > I'm creating, I have an inner Meta class with the 'model

Displaying Profile model in a form

2010-10-26 Thread christian.posta
I am relatively new to django. I've been reading the docs endlessly and hacking to try to get something to work, but I'm hoping to not re- create functionality that either exists or is part of the framework. I have a class named UserProfile that I'd like to use to extend the User object. I set it