djangocms-googlecalendar

Adds Google Calendar plugins to django CMS.


Keywords
django, django-cms, django-cms-plugin, google, google-calendar, plugin
License
GPL-3.0
Install
pip install djangocms-googlecalendar==0.1.1

Documentation

Django CMS Google Calendar

Django CMS Google Calendar is a set of plugins for Django CMS that allow you to implement Google Calendar into your website.

Django CMS Google Calendar Example

Quick Start

  1. Install the easy way, using pip:

     $ pip install djangocms-googlecalendar
    
  2. Add "djangocms_googlecalendar" to your INSTALLED_APPS setting like this:

     INSTALLED_APPS = [
         ...
         'djangocms_googlecalendar',
     ]
    
  3. Run python manage.py migrate djangocms_googlecalendar to create the plugin models.

Running Tests

You can run tests by executing:

virtualenv venv -p python3
source venv/bin/activate
pip install -r tests/requirements.txt
python setup.py test

License

This project is licensed under GPL 3.0 - see LICENSE for details.