Rich functionality Yandex Maps plugin for Django-CMS
- Python >= 3.3
- Django >= 1.8
- Django-CMS >=3.3
- run
pip install cmsplugin-yandex-map
orpip install git+https://github.com/Atterratio/cmsplugin-yandex-maps.git
; - add
cmsplugin-yandex-map
to yourINSTALLED_APPS
; - run
manage.py migrate
; - run
manage.py collectstatic
; - add jQuery to you page template if you haven't do this already;
- (optional) for "drag & drop" map and marker add
import cmsplugin_yandex_maps.urls
andurl(r'^yamaps/', include(cmsplugin_yandex_maps.urls, namespace="yamaps")),
to yoursurlpatterns
inurls.py
.
- map & markers customisation
- several maps on page
- multi markers
- auto coordinates and auto placment
- "drag & drop" markers and map(in page edit mode)
- standalone marker simple(right click on map in page edit mode) create
- size tweak
- hack for hidden ellements like modal, accordion, carousel
- routing