I would search for "google maps API." Really though the integration with google maps is mostly a front end application. So you would create it all with front end javascript.
The only real django knowledge to pass here would be to make store the longitude and latitude values that google gives you with the address to submit. This generally involves an extra 2 fields in the database, but saves on valuable calls to Google. I used geopy to get to the google api from python. It has worked without an issues on my server. Hope that helps, Michael On Sun, Mar 30, 2008 at 9:08 PM, <[EMAIL PROTECTED]> wrote: > > I have a field I'm using that shows where events are around our area > for sports collectors, what I'd like to do is implement Google Maps, > kind of like the Washington Post does here: > > > http://projects.washingtonpost.com/2008-presidential-candidates/tracker/dates/2008/apr/09/6741/ > > Where/what would I need to search for? > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---