django-google-maps
django-google-maps copied to clipboard
Using the Google Maps API with django model admin
I have a custom form in frontend not django admin and I wanted to load google map. But map not showing. Why ? What script I need to load.
I have noticed that if we directly copy the code mentioned in docs which generally developers do to save time, it's throwing errors, so fixing it hope it will help...
The documentation avilable in the website [pyp.org](https://pypi.org/project/django-google-maps/) has some flaws when copy-pasting directlly from the website, **E.g: ‘widget’------> 'widget'** **Code Sample On Documentation :** map_fields.AddressField: { ‘widget’: map_widgets.GoogleMapsAddressWidget(attrs={ ‘data-autocomplete-options’: json.dumps({...
Hello, first of all, thank you very much for the application, as the title says, how can I modify the CSS style, mostly the size, I do not have much...
With this small change, the language of the Google Maps plugin will be the same as the one set in `settings.py`.
Hi, Is there any way to use another name instead of geolocation?
Hey! i'm new to the django framework and python too. I've succesfully installed django and made a virtual environment in which i'm trying to run the app. But i'm getting...
I just tracked down an issue with datepicker-plus not working that turned out to be caused by this line in widgets.py: 'https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js', This was importing a second (older) copy of...
The extension is incredibly useful. One note: I had to extend the `GoogleMapsAddressWidget` class so that I could get the file paths correct for my setup using s3 for static...
I've done everything by the tutorial and it works, I have the map in admin interface. How do I access this map In my templates? I need It in my...