Table of contents
cmsplugin-filery adds simple & minimal image gallery for django-cms. And it's based on django-filer.
Features:
- Uses django-filer for storing images.
- Ordering images
Please not that cmsplugin-filery requires:
- easy-thumbnails
- http://pypi.python.org/pypi/easy-thumbnails/
- django-filer
- http://pypi.python.org/pypi/django-filer/
- pip install cmsplugin-filery
- Add
cmsplugin_filery
toINSTALLED_APPS
(if necessary) - Run
syncdb
ormigrate cmsplugin_filery
if using South
Just ovveride the original filery's gallery templates, like when you overide admin templates.
templates/cmsplugin_filery/gallery.html
Please use Github to report bugs, feature requests and submit your code: