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
- Host: GitHub
- URL: https://github.com/lambdalisue/django-googlemap-widget
- Owner: lambdalisue
- Created: 2011-06-10T09:25:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-17T13:50:52.000Z (over 13 years ago)
- Last Synced: 2025-05-06T00:57:09.831Z (7 months ago)
- Language: Python
- Homepage: http://demos.django-googlemap.hashnote.net/
- Size: 260 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.