Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Rich functionality Yandex Maps plugin for Django-CMS

License

Notifications You must be signed in to change notification settings

Atterratio/cmsplugin-yandex-maps

Repository files navigation

image

image

cmsplugin-yandex-maps

Rich functionality Yandex Maps plugin for Django-CMS

image

image

v0.4.2

REQUIREMENTS

  • Python >= 3.3
  • Django >= 1.8
  • Django-CMS >=3.3

INSTALLATION

  • run pip install cmsplugin-yandex-map or pip install git+https://github.com/Atterratio/cmsplugin-yandex-maps.git;
  • add cmsplugin-yandex-map to your INSTALLED_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 and url(r'^yamaps/', include(cmsplugin_yandex_maps.urls, namespace="yamaps")), to yours urlpatterns in urls.py.

FEATURES

  • 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