Philosophical Django Questions

2008-05-30 Thread Apreche
Hi, I'm a long-time developer, and moderately recent Django convert. Because Django is so awesome, and the freely available documentation is so great, I've had very few problems learning django, and getting things done. However, I often find myself battling with more design- level decisions than I

Re: Philosophical Django Questions

2008-05-30 Thread Apreche
I was thinking about it incorrectly. I was trapped into thinking along the lines of many2many relationships, so I thought that making an intermediate table would actually produce extra useless tables. Now I realize that using FK instead of M2M in the intermediate is the way to go. Thanks, this help