anujkk
anujkk

Reputation: 1353

How to get google map location coordinates in django admin interface?

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

Answers (1)

Diogo Alves
Diogo Alves

Reputation: 71

Better late than never... Try django-geoposition

Upvotes: 7

Related Questions