Re: Question re: defining nature of relationship with ManyToManyFields

2008-01-05 Thread Topher
he primary task I want to accomplish). Does anyone else have ideas or suggestions? Any help would be appreciated! On Jan 4, 11:58 pm, Topher <[EMAIL PROTECTED]> wrote: > Hi, I am new to Django, so please forgive me if my question is very > basic and/or stupid. > > I would lik

Question re: defining nature of relationship with ManyToManyFields

2008-01-04 Thread Topher
Hi, I am new to Django, so please forgive me if my question is very basic and/or stupid. I would like to keep track of Song and Album models, with a many-to- many relationship between the two (albums contain multiple songs, and songs can appear on multiple albums). class Song(models.Model): t