Django CMS Google Calendar is a set of plugins for Django CMS that allow you to implement Google Calendar into your website.
-
Install the easy way, using pip:
$ pip install djangocms-googlecalendar
-
Add "djangocms_googlecalendar" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'djangocms_googlecalendar', ]
-
Run
python manage.py migrate djangocms_googlecalendar
to create the plugin models.
You can run tests by executing:
virtualenv venv -p python3
source venv/bin/activate
pip install -r tests/requirements.txt
python setup.py test
This project is licensed under GPL 3.0 - see LICENSE for details.