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 entrie
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 Maps)
>
> Does any o
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 import ." - not very
3 matches
Mail list logo