You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cmsplugin-filery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-filery

Image gallery based on django-filer

1.0.1
pipPyPI
Maintainers
1

================= cmsplugin-filery

.. contents:: Table of contents

Overview

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/

Installation

#. pip install cmsplugin-filery #. Add cmsplugin_filery to INSTALLED_APPS (if necessary) #. Run syncdb or migrate cmsplugin_filery if using South

Usage

Just ovveride the original filery's gallery templates, like when you overide admin templates.

::

templates/cmsplugin_filery/gallery.html

Bugs & Contribution

Please use Github to report bugs, feature requests and submit your code:

https://github.com/Alir3z4/cmsplugin-filery/issues

Keywords

django

FAQs

Did you know?

Socket

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.

Install

Related posts