RE: Looking for Django tutorial that illustrates master/detail data models

2017-02-22 Thread Matthew Pava
utilize JavaScript. https://github.com/elo80ka/django-dynamic-formset From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Axil-Mar Imam Sent: Tuesday, February 21, 2017 7:00 PM To: Django users Subject: Re: Looking for Django tutorial that illustrates master

Re: Looking for Django tutorial that illustrates master/detail data models

2017-02-21 Thread Axil-Mar Imam
Hi. I wondering if you have found a way about your problem? Im actually researching on this problem as well, unfortunately, haven't found a solution to this. If you have, I would really appreciate if you share it. Thanks. On Wednesday, December 31, 2008 at 10:44:57 AM UTC+8, ldm999 wrote: > > T

Re: Looking for Django tutorial that illustrates master/detail data models

2008-12-30 Thread ldm999
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

Re: Looking for Django tutorial that illustrates master/detail data models

2008-12-30 Thread Daniel Roseman
On Dec 30, 8:22 pm, ldm999 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 ex