Skip to main content

A plugin for Django CMS that displays OpenSystem widgets.

Project description

djangocms-opensystem

A plugin for Django CMS that displays OpenSystem widgets.

Installation

  1. Install module using pipenv:
pipenv install djangocms-opensystem

Or pip:

pip install djangocms-opensystem
  1. Add it to your installed apps:
"djangocms_opensystem",
  1. Apply migrations
python manage.py migrate djangocms_opensystem
  1. Include your BASKET_ID and INTEGRATION_ID in your settings
DJANGOCMS_OPENSYSTEM_BASKET_ID = "<your basket ID>"
DJANGOCMS_OPENSYSTEM_INTEGRATION_ID = <your integration ID>
  1. Make sure to have a sekizai’s {% render_block "bottom_js" %} in your base template

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

djangocms-opensystem-1.0.0.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

djangocms_opensystem-1.0.0-py2-none-any.whl (20.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page