how to efficiently use many to many relationships with through tables

2009-09-14 Thread Greg Aumann
I am trying to write my first django app and am unclear about good ways to deal with many to many relationships with through tables. My app is like a bibliography but with lots of links between entries in the bibliography. For example, I want to store links to all the entries cited by other

Re: KML geodjango plz help!

2009-02-10 Thread Greg Aumann
On Feb 10, 6:06 pm, arbi wrote: > I am a newb in Django/GeoDjango. > I am making the tutorial here :http://code.djangoproject.com/wiki/GeoDjango > and I use mySQL as a database. The project is to store places in a > database, then to display it on a OpenLayer Map (like Google

Re: Decoupling between projects and app in 4-part tutorial.

2009-01-11 Thread Greg Aumann
On Jan 12, 5:41 am, dahpgjgamgan wrote: > In the 4-part tutorial on Django's main site, there's a lot of advice > on how to decouple apps and projects, but when I look at the import > statements in most of the tutorial's files, it's always "from > projectname.appname