Skip to main content

Porticus plugins for DjangoCMS

Project description

This is the DjangoCMS plugins for Porticus to embed Album or Galleries in a cms page.

Requires

  • DjangoCMS >= 3.x;

  • Porticus >= 0.9.x (for Porticus < 0.9 and so for DjangoCMS 2.x use the plugin version <0.2 from the branch djangocms_2);

Optional

  • South migration is supported;

Install

In your INSTALLED_APPS setting :

INSTALLED_APPS = (
    ...
    'cmsplugin_porticus',
    ...
)

Then add its settings :

from cmsplugin_porticus.settings import *

See the plugin settings.py file to see what setting you can override.

Note

If you previously used the shipped plugin from Porticus, just disable it and enable this one in settings.INSTALLED_APPS, you won’t need to syncdb and your page plugins won’t be lost. But to fix an issue on Gallery plugin, you will need to pass the South migration ‘0001’ in fake (with --fake argument) then normally launch the next 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-porticus-0.2.tar.gz (6.3 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