Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

djangocms-googlecalendar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-googlecalendar

Adds Google Calendar plugins to django CMS.

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc