Skip to content

Mathison-AG/djangocms-lightgallery

Repository files navigation

djangocms-lightgallery

https://travis-ci.org/oesah/djangocms-lightgallery.svg?branch=master

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:

ToDo

  • make the thumbnail preview customizable
  • give more styling options

Sponsorship

This project is maintained by Mathison AG | Mobile & Web Development.

Used by

About

LightGallery plugin for Django CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published