Re: new at this -- need some guidance

2011-09-10 Thread Danny Gale
Daniel, thank you very much. That's extremely helpful. What I'm trying to define is that every song can be on one album, but each album can (of course) have many songs. For that, would it be better to use the ManyToMany from Album to song or FK from song to album? -- You received this message

new at this -- need some guidance

2011-09-09 Thread Danny Gale
Hi, I'm learning Django (albeit slowly) and I'm trying to set up a really simple database. I want to have Artists, Albums, and Tracks. I want to be able to navigate both ways in the db. So you should be able to go from artist -> album or from album -> artist. Same thing with album and track. I