No project description provided
Project description
This is the DjangoCMS plugins for Porticus to embed Album or Galleries in a cms page.
Links
Download his PyPi package;
Clone it on his Github repository;
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
File details
Details for the file cmsplugin-porticus-0.6.0.tar.gz
.
File metadata
- Download URL: cmsplugin-porticus-0.6.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15e2080bc5358de0e2109d4d074d3e47d752dfb2e2b5ce99804f17786a50e0b3 |
|
MD5 | b1e49a93a5ab096ebcd431e472d701f1 |
|
BLAKE2b-256 | b0727af7796f8779173c28a188f53ed68c7ef78706c04b828adc5f2d3eb87de9 |