Socket
Socket
Sign inDemoInstall

djangocms-lightgallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-lightgallery

DjangoCMS Plugin for LighGallery library


Maintainers
1

============================= djangocms-lightgallery

.. image:: https://badge.fury.io/py/djangocms-lightgallery.svg :target: https://badge.fury.io/py/djangocms-lightgallery

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

.. image:: https://codecov.io/gh/oesah/djangocms-lightgallery/branch/master/graph/badge.svg :target: https://codecov.io/gh/oesah/djangocms-lightgallery

DjangoCMS Plugin for LightGallery <http://sachinchoolur.github.io/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:

.. code-block:: python

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:

  • Cookiecutter_
  • cookiecutter-djangopackage_
  • LightGallery_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage .. _LightGallery: http://sachinchoolur.github.io/lightGallery/

ToDo

  • make the thumbnail preview customizable
  • give more styling options

History

0.1.8 (2017-11-17) ++++++++++++++++++

  • fixed icon overlay bug on thumbnails

0.1.0 (2017-11-17) ++++++++++++++++++

  • First release on PyPI.

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc