Skip to main content

No project description provided

Project description

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

Requires

  • Django >= 1.7;

  • DjangoCMS >= 3.3;

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

Warning: Since 0.3.0, database migration has been switched to Django 1.7 migrations system and South support has been dropped. The South migration files are still there but moved to south_migrations, resulting in you need south==1.x to use them. This is only needed if you need to migrate project datas to the last Porticus version, you don’t have to care about this if you just start a new project.

Last release version compatible with Django <= 1.6 + DjangoCMS 3.0 and Porticus 0.9 is still available on branch django_1-6.

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 settings you can override.

Usage

Once installed you can insert porticus Galleries or Albums in your page through the CMS toolbar. Each Porticus content in your pages can use a template from the defined ones in your settings.

For Album cloud tags if enabled, you will need to do some CSS to manage size diff between tags, class name start from tag-size-1 to tag-size-XXX where XXX is equivalent to settings.PORTICUS_ALBUM_PLUGIN_CLOUD_STEPS value (default is 6). Cloud tag html lives inside porticus/cms/album_detail.html.

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.6.0.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file cmsplugin-porticus-0.6.0.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-porticus-0.6.0.tar.gz
Algorithm Hash digest
SHA256 15e2080bc5358de0e2109d4d074d3e47d752dfb2e2b5ce99804f17786a50e0b3
MD5 b1e49a93a5ab096ebcd431e472d701f1
BLAKE2b-256 b0727af7796f8779173c28a188f53ed68c7ef78706c04b828adc5f2d3eb87de9

See more details on using hashes here.

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