Hello,
I had to make a page with some dynamically added nested formset (all in
a page), for example:

Blog title:
Blog info:
--Entry title:
--Entry text:
----Tags:
----Add new Tag
-- Add New Entry
...
Add new Blog

Which is the cleanest way to do it with django?
I did it using 3 formset (blog, entry and tags), but code looks like a
mess.
Is there some easier way, as there is for Rails [1], for this quite
common task?

Lorenzo

[1]http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to