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.
Quick Start
-
Install the easy way, using pip:
$ pip install djangocms-googlecalendar-plugin -
Add "djangocms_googlecalendar" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'djangocms_googlecalendar_plugin', ] -
Run
python manage.py migrate djangocms_googlecalendar_pluginto 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
File details
Details for the file djangocms-googlecalendar-plugin-0.1.4.tar.gz.
File metadata
- Download URL: djangocms-googlecalendar-plugin-0.1.4.tar.gz
- Upload date:
- Size: 477.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.2rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eacaf5387138ea15680dd0a17ebdeace40a2b7897e74864b0d39d154c665960
|
|
| MD5 |
b8c63f2a7dd568397ce0fa2bd302829c
|
|
| BLAKE2b-256 |
925e17bedaf60fa55feb0e2073f27e315768c00904ee486fbf37dcc0ae7f753b
|