Re: How to associate a formset with a field in a form

2013-02-12 Thread mmuk2
rmsets > > which covers these things better than my email :-) > > All the best, > Sanjay > > > On Tue, Feb 12, 2013 at 10:28 AM, mmuk2 > > wrote: > > I'm trying to create a simple "recipe" form with a title and a list of > > ingredients, whi

Re: How to associate a formset with a field in a form

2013-02-12 Thread Sanjay Bhangar
, Sanjay On Tue, Feb 12, 2013 at 10:28 AM, mmuk2 wrote: > I'm trying to create a simple "recipe" form with a title and a list of > ingredients, which allows a user to add additional ingredients to the > recipe. > > I'm struggling, however, to implement this in Dj

How to associate a formset with a field in a form

2013-02-12 Thread mmuk2
I'm trying to create a simple "recipe" form with a title and a list of ingredients, which allows a user to add additional ingredients to the recipe. I'm struggling, however, to implement this in Django. Particularly how to associate a formset with a field in a form. I&