Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.01 KB

README.rst

File metadata and controls

36 lines (23 loc) · 1.01 KB

DjangoCMS Gallery plugin (yet another)

Requirements

(will be installed automatically when using tools like pip or easy_install)

Installation

  1. Install requirements and put cmsplugin_gallery on your python path
  2. Add cmsplugin_gallery to your installed apps
  3. Run manage.py syncdb
  4. 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.
  5. Install jQueryTOOLS for overlay support using your favorite method http://flowplayer.org/tools/download/index.html

Usage

Embed as a typical plugin.

Known issues

  • The template, at this point, is site-wide. Autodiscovery of templates could make sense.