An open API service indexing awesome lists of open source software.

https://github.com/lambdalisue/django-googlemap-widget

Use Googlemap on your Django app
https://github.com/lambdalisue/django-googlemap-widget

Last synced: 7 months ago
JSON representation

Use Googlemap on your Django app

Awesome Lists containing this project

README

          

``django-googlemap-widget`` is a library for using googlemap on Django app.

See http://demos.django-googlemap.hashnote.net/ for Demo.

Install
=================================================
::

sudo pip install django-googlemap-widget

or::

sudo pip install git+git://github.com/lambdalisue/django-googlemap-widget.git#egg=django-googlemap-widget

See https://github.com/lambdalisue/django-googlemap-widget/tree/master/googlemap_test for usage.