djangocms-lightgallery

https://badge.fury.io/py/djangocms_lightgallery.svg https://travis-ci.org/oesah/djangocms_lightgallery.svg?branch=master https://codecov.io/gh/oesah/djangocms_lightgallery/branch/master/graph/badge.svg

DjangoCMS Plugin for LightGallery.

Documentation

The full documentation is at https://djangocms-lightgallery.readthedocs.io.

Quickstart

Requirements

  • django-filer

Install djangocms-lightgallery:

pip install djangocms_lightgallery

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'djangocms_lightgallery',
    ...
)

Features

  • create image galleries with lightGallery
  • displays images in gallery as a thumbnail preview

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: