Django yandex and google maps integration
Posted two new repositaries on github yandex and google maps api integration with search by address location
https://github.com/coolchevy/django-yandexmaps
https://github.com/coolchevy/django-googlemaps
Yandex Maps:
– add your YANDEXMAPS_API_KEY to settings.py
– add ‘yandex_maps’ in INSTALLED_APPS
Example:
{% load yandexmaps_tags %} {% yandex_map_by_address object.get_address object.title 500,300 %}
Demo:
http://colorsound.com.ua/events/2012/06/01/colorsound-party/
Читайте також:
- Django suit admin inline pagination
- Проксі моделі Django
- Django defer, only
- django postgresql та SCHEMA для таблиць
- Python + CouchDB
- django excel response
- django custom admin
- {% TREE %}: Дерева в django-шаблонах
- Fix Django 1.4 admin_site ForeignKeyRawIdWidget issue
- Retrieving elements in a specific order in django