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 my needs. 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? Thanks for you help! Viktor -- Viktor Nagy - http://viktornagy.com PhD student Toulouse School of Economics --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

