Re: Dynamic form and template rendering

2009-04-29 Thread Kevin Audleman
As is often the case in django, they have already provided a mechanism for what you are trying to do the hard way: Formsets. http://docs.djangoproject.com/en/dev/topics/forms/formsets/ Cheers, Kevin On Apr 29, 7:18 am, MarcoS wrote: > Hi all, >    I post a problem, hoping

Dynamic form and template rendering

2009-04-29 Thread MarcoS
Hi all, I post a problem, hoping someone can help me: I want to render a dynamic form which many rows how the number of entries from a database table (something similar at the list in the "change_list.html" template in admin) This is the model: class Book(models.Model): title =