Socket
Socket
Sign inDemoInstall

cmsplugin-yandex-maps

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cmsplugin-yandex-maps

Rich functionality Yandex Maps plugin for Django-CMS


Maintainers
1

Readme

.. image:: https://travis-ci.org/Atterratio/cmsplugin-yandex-maps.svg?branch=master :target: https://travis-ci.org/Atterratio/cmsplugin-yandex-maps .. image:: https://codecov.io/gh/Atterratio/cmsplugin-yandex-maps/coverage.svg?branch=master :target: https://codecov.io/gh/Atterratio/cmsplugin-yandex-maps

===================== cmsplugin-yandex-maps

Rich functionality Yandex Maps plugin for Django-CMS

.. image:: https://img.shields.io/badge/Donate-PayPal-blue.svg :target: https://www.paypal.me/Atterratio .. image:: https://img.shields.io/badge/Donate-YaMoney-orange.svg :target: https://money.yandex.ru/to/410011005689134


v0.4.2

REQUIREMENTS

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

INSTALLATION

  • run :code:pip install cmsplugin-yandex-map or :code:pip install git+https://github.com/Atterratio/cmsplugin-yandex-maps.git;
  • add :code:cmsplugin-yandex-map to your :code:INSTALLED_APPS;
  • run :code:manage.py migrate;
  • run :code:manage.py collectstatic;
  • add jQuery to you page template if you haven't do this already;
  • (optional) for "drag & drop" map and marker add :code:import cmsplugin_yandex_maps.urls and :code:url(r'^yamaps/', include(cmsplugin_yandex_maps.urls, namespace="yamaps")), to yours :code:urlpatterns in :code: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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc