Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
cmsplugin_gallery_filer
Advanced tools
DjangoCMS image gallery plugin with drag&drop reordering in admin, support for thumbnails and jQueryTOOLS overlay. Fork to use django-filer
cmsplugin_gallery_filer adds simple gallery plugin to your djangoCMS installation
Features:
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:
#. pip install cmsplugin_gallery_filer
#. Add 'cmsplugin_gallery'
to INSTALLED_APPS
(if necessary)
#. Run syncdb
or migrate cmsplugin_gallery
if using South
#. 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
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.
Please use Github to report bugs, feature requests and submit your code: http://github.com/shagi/cmsplugin_gallery_filer
:date: 2012/08/01
.. _django-filer: https://github.com/stefanfoulis/django-filer/
FAQs
DjangoCMS image gallery plugin with drag&drop reordering in admin, support for thumbnails and jQueryTOOLS overlay. Fork to use django-filer
We found that cmsplugin_gallery_filer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.