Hi, is there any ready to use django package / code snippet for
creating a complex forms for a data which is distributed along many
tables?
I have quite complex data structure, in many cases when creating new
record (for example "Book") one needs to create new "Author", and
"Agreement" (related to Author) record.
i.e. I need my "main" form to allow select existing related object OR
create new within the same form (not popup window, like Django Admin
Interface does).

So far I've done it with an button which appended (via AJAX) the
'related-model' form (with a prefixed fields) but, if the 'related-
model' (subform) needs one more 'sub-form' it doesn't fit the screen.

Do you know any ready to use django solutions?
Or maybe any ideas/tips/ solutions for other languages/frameworks I
could "copy"/port/implement in Django?

Currently I have no idea how to make this to be clear and intuitive
for end users.
Thanks

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to