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 have any > suggestions? Should I use geodjango or is such a simple model a good idea?
simple model is best. Geodjango is overkill for this. However think of using openstreetmap instead of google. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

