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 <viktor.n...@gmail.com>

> 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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to