Re: simple venue representation

2009-03-18 Thread Dougal Matthews
If you just want to store the location you could just store the address or latitude and longatude in the model? I think GeoDjango has way more than you'll need unless your missing out some features... Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/3/18 Viktor Nagy

Re: simple venue representation

2009-03-18 Thread Kenneth Gonsalves
On Wednesday 18 March 2009 14:44:16 Viktor Nagy wrote: > My basic idea could be represented with the following model: > class Venue(models.Model): >   title = models.CharField >   gurl = models.URLField # a url to include a google maps > > And then I would add a venue to every conference. Do you

simple venue representation

2009-03-18 Thread Viktor Nagy
Hello, I'm building a conference application, and would like to have a nice representation of the conference venues.Do you have any ideas what might be the best way to do it? I was thinking about geodjango, but after havign a look at it, I have the feeling that it would be overly complicated for