Reputation: 1353
I'm implementing a website in django that stores information about various places. I want a functionality in django-admin to select(tap) a location on google map and store it in my database so that I can display my places on google map when required.
What are various ways to do it in Django?
Upvotes: 3
Views: 4391