# 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
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](LICENSE.md) for details.
Release files for djangocms-googlecalendar 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djangocms-googlecalendar-0.1.1.tar.gz | 477.8 kB | Details |
Release files / djangocms-googlecalendar-0.1.1.tar.gz
| Download URL | djangocms-googlecalendar-0.1.1.tar.gz |
|---|---|
| Size | 477.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce823c40df46a41ca30c9fdd8d9b7d62b98686aa6c810b53513b30e7015d5c0f
|
|
BLAKE2b-256 checksum How to use checksums |
a5ec1dbe215f6790fae89753171ba1fde73a6ae8f605d82d11c23e38e80969a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |