Re: Simple ManyToManyField/Model question

2008-12-25 Thread Chris Czub
Perfect, the "extra fields" and an intermediary relationship model were exactly what I needed. Thanks. On Thu, Dec 25, 2008 at 3:14 PM, Ramiro Morales wrote: > > On Thu, Dec 25, 2008 at 5:13 PM, Chris Czub wrote: >> >> >> I think I need to use a

Re: Simple ManyToManyField/Model question

2008-12-25 Thread Ramiro Morales
On Thu, Dec 25, 2008 at 5:13 PM, Chris Czub wrote: > > > I think I need to use a ManyToManyField for this but I'm having > trouble finagling it to be the way I want. Here's what I have right > now but I can't figure out where to put the amount and unit for the >

Simple ManyToManyField/Model question

2008-12-25 Thread Chris Czub
I am trying to make an application for recipes using Django. I am starting simple and going from the tutorial but not getting the results I want. In a less strict framework I'd be able to represent what I want to easily but I'm having trouble figuring out how to do it the Django way while keeping