Skip to main content

Adds Google Calendar plugins to django CMS.

Project description

Django CMS Google Calendar Plugin

Django CMS Google Calendar Plugin 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-plugin
    
  2. Add "djangocms_googlecalendar" to your INSTALLED_APPS setting like this:

     INSTALLED_APPS = [
         ...
         'djangocms_googlecalendar_plugin',
     ]
    
  3. Run python manage.py migrate djangocms_googlecalendar_plugin 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-googlecalendar-plugin-0.1.4.tar.gz (477.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page