Socket
Socket
Sign inDemoInstall

cmsplugin-googlemap

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-googlemap

An app for integrating a google map in your cms layout.


Maintainers
3

CMS Plugin Google Map

An app for integrating a google map in your cms layout. This is an exact copy of django-cms googlemape.

The only difference is that all fields except city are now optional.

Prerequisites

You will need to have the following packages installed:

  • Django
  • django-cms
  • Pillow
  • South

Installation

If you want to install the latest stable release from PyPi::

$ pip install cmsplugin-googlemap

If you feel adventurous and want to install the latest commit from GitHub::

$ pip install -e git://github.com/bitmazk/cmsplugin-googlemap.git#egg=cmsplugin_googlemap

Add cmsplugin_googlemap to your INSTALLED_APPS::

INSTALLED_APPS = (
    ...,
    'cmsplugin_googlemap',
)

If you were using the googlemap plugin that comes with django-cms you need uninstall it first, like so::

./manage.py cms uninstall plugins GoogleMapPlugin
psql -U role dbname -h localhost
DROP TABLE cmsplugin_googlemap;

Run the South migrations::

./manage.py migrate cmsplugin_googlemap

Usage

Simply add the plugin to your cms placeholders.

Roadmap

Check the issue tracker on github for milestones and features to come.

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc