DjangoCMS image gallery plugin with drag&drop reordering in admin, support for thumbnails and jQueryTOOLS overlay. Fork to use django-filer
Project description
cmsplugin_gallery_filer adds simple gallery plugin to your djangoCMS installation
Features:
Drag&Drop reordering of photos in the plugin admin
Unlimited, auto-discovered custom templates - you can change template of given gallery at anytime, use javascript galleries etc.
Uses django-filer for storing images.
This plugin is a fork of http://github.com/centralniak/cmsplugin_gallery to add filer support. To get a django-filer free version go to the original plugin by Piotr Kilczuk.
Contributions and comments are welcome using Github at: http://github.com/shagi/cmsplugin_gallery_filer
Please not that cmsplugin_gallery_filer requires:
django-inline-ordering http://pypi.python.org/pypi/django-inline-ordering/
easy-thumbnails http://pypi.python.org/pypi/easy-thumbnails/
django-filer http://pypi.python.org/pypi/django-filer/
Installation
pip install cmsplugin_gallery_filer
Add ‘cmsplugin_gallery’ to INSTALLED_APPS (if necessary)
Run syncdb or migrate cmsplugin_gallery if using South
Configuration
Create directory for storing media files - files will be uploaded to MEDIA_ROOT + ‘cmsplugin_gallery/images’. Make sure it is writable especially when running in embedded mode on production server.
Very simple template is included with the project. To make it work 100%, install jQueryTOOLS for overlay support using your favorite method http://flowplayer.org/tools/download/index.html
Usage
The easiest approach is to use a nice feature of cmsplugin_gallery - the template autodiscovery. In order to take advantage of it, add your custom templates in the cmsplugin_gallery subdirectory of any of template dirs scanned by Django.
If you don’t want to use the autodiscovery, you can hardcode available templates in settings.py using following setting:
CMSPLUGIN_GALLERY_TEMPLATES = ( ('app/template.html', 'Template #1', ), ('app/other_template.html', 'Template #2', ), )
Embed as a typical plugin.
Bugs & Contribution
Please use Github to report bugs, feature requests and submit your code: http://github.com/shagi/cmsplugin_gallery_filer
- date:
2012/08/01
Project details
Release history Release notifications | RSS feed
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_gallery_filer-0.5.2.1.tar.gz
.
File metadata
- Download URL: cmsplugin_gallery_filer-0.5.2.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c34e48ab328c4f6b19a251ad45843c9f8741b9b2567d51b11569f729db04fd71 |
|
MD5 | 80bb94889b7159fcfdff43ceb4623299 |
|
BLAKE2b-256 | eda256a0d80b5161bcf9acb14a7c5caf949be4fcc3c3b4103ae9b1a5fc38190c |