Thanks for the tip! I will keep record of this! On Sunday, July 15, 2012 11:31:40 AM UTC-4, Markus Gattol wrote: > > I can also recommend https://github.com/HPNeo/gmaps as a wrapper, speeds > up and simplifies dealing with Google's API a lot. > > On Sunday, 15 July 2012 17:30:16 UTC+2, Markus Gattol wrote: >> >> You can use geolocation >> https://developers.google.com/maps/articles/geolocation and if that's >> not accurate enough let the user provide his address and with it query >> Google's >> https://developers.google.com/maps/documentation/javascript/geocoding API >> >> The tricky bit here is if you want to get the lat/lng back onto your >> server so you can store it in your database. I ended up using >> https://github.com/abourget/gevent-socketio and store stuff in MongoDB >> using mongoengine. >> >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/gXqfkT1VHJ8J. 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.