I am using [1]geopy to geocode an address, city, state, and zip from my Events model and save the latitude and longitude to the database during pre_save. My problem is sometimes Google's geocoder returns the wrong lat/lng or a list of possibilities. In the admin after saving the initial data for an Event, I would like to redirect to a page that has the geocode result/s before saving the lat/lng.
I am fairly new to Python and Django, so any suggestions would be a great help. Thanks Matt [1]http://exogen.case.edu/projects/geopy/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

