On 28-Nov-07, at 3:18 AM, Kurdy wrote:

> What I'm after is creating a multiple record form to maintain a  
> master-
> detail model/table (i used to be an oracle programmer).
> So I want to be able to show fields in a row (I'm thinking of using a
> list and css to make that possible).
> And then I want to show multiple records in that form, so I can
> maintain coherent records on one screen.
>
> Will this be possible in principle?

dead easy using newforms - all you need to do is collect the data  
from your form, split it up in the view and save it in the respective  
models.

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
Foss Conference for the common man: http://registration.fossconf.in/web/



--~--~---------~--~----~------------~-------~--~----~
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