Skip to content

Django CMS Google Calendar is a set of plugins for Django CMS that allow you to implement Google Calendar into your website.

License

Notifications You must be signed in to change notification settings

benjiyamin/djangocms-googlecalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Django CMS Google Calendar Example

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 for details.

About

Django CMS Google Calendar is a set of plugins for Django CMS that allow you to implement Google Calendar into your website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •