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/




coded by nessus