Skip to main content

A set of DjangoCMS plugins for common content blocks

Project description

A serie of DjangoCMS plugin to collect common content blocks to use in CMS pages.

This is Alpha stage, it may break in future, things can disappear, etc... You are advised.

Requires

Install

First install package

pip install cmsplugin-blocks

Add it to your installed Django apps in settings like this :

INSTALLED_APPS = (
    ...
    'cms',
    'djangocms_text_ckeditor',
    'cmsplugin_blocks',
)

Then load its settings from your settings file:

from cmsplugin_blocks import *

And finally apply its migrations.

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

cmsplugin-blocks-0.1.tar.gz (7.7 kB view hashes)

Uploaded Source

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