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.
Quick Start
-
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.
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.