Metadata-Version: 2.0
Name: cmsplugin-google-maps-ai
Version: 0.0.1
Summary: Google Maps embed plugin for Django CMS
Home-page: https://github.com/andersinno/cmsplugin-google-maps-ai
Author: Anders Innovations
Author-email: info@anders.fi
License: MIT
Platform: UNKNOWN
Requires-Dist: django-cms (>=3.2,<3.5)

cmsplugin-google-maps-ai
========================

Google Maps embed plugin for Django CMS.


Getting started
---------------

1. Install
2. Add ``'cmsplugin_google_maps_ai'`` to ``INSTALLED_APPS``
3. Set ``GOOGLE_MAPS_API_KEY`` in Django project settings


Installing for development
--------------------------

Use ``pip install -e /path/to/checkout`` to install as "editable" package to your venv


