Thanks for your response. I should have been more clear. I'm looking for examples of views/forms to manage the children of a parent child model. Eg how to add/change/ delete a book on a book list.
I don't recall the Django tutorial covering this and I just looked again. It appears to focus more on the Django Admin than on custom forms. And what it does cover wrt forms seems mostly focused on a form for a stand-alone model rather than the child of a prent model where you need the context of the parent to make sure you add a new item to the right parent, and edit/delete the correct item based on its parent. I'll take another detailed look at the official tutorial to see if this is covered. On Dec 30, 6:02 pm, Daniel Roseman <roseman.dan...@googlemail.com> wrote: > On Dec 30, 8:22 pm, ldm999 <malcolm.le...@gmail.com> wrote: > > > Eg: > > Lists (books, movies, restaurants) and multiple items per list. > > > Web forms would allow user to: > > - Add/change/delete lists > > - Add/change/delete list items > > > TIA > > Have you actually read the tutorial on the Django site? The Poll > application covers exactly this. > -- > DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---