On 29 Oct 2008, at 15:06 , Paddy Joy wrote:
> Is there an easy way of doing this or do I need to create a custom
> form that contains the fields of both models and then separate the
> data in my view?
>
> Paddy

What's wrong with creating two different Forms (one for the account,  
one for the user) and displaying them together in the template? Django  
has no problem with that (it's in fact one of Django's strengths,  
being able to mix and match several Forms in a single view&template).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to