Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathison-ag/djangocms-lightgallery
LightGallery plugin for Django CMS
https://github.com/mathison-ag/djangocms-lightgallery
Last synced: 1 day ago
JSON representation
LightGallery plugin for Django CMS
- Host: GitHub
- URL: https://github.com/mathison-ag/djangocms-lightgallery
- Owner: Mathison-AG
- License: mit
- Created: 2017-11-21T14:53:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T13:12:41.000Z (11 months ago)
- Last Synced: 2024-10-31T15:08:55.147Z (15 days ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=============================
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-lightgalleryDjangoCMS 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`:
.. code-block:: python
INSTALLED_APPS = (
...
'djangocms_lightgallery',
...
)Features
--------* create image galleries with `lightGallery`
* displays images in gallery as a thumbnail previewRunning Tests
-------------Does the code actually work?
::
source /bin/activate
(myenv) $ pip install tox
(myenv) $ toxCredits
-------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 optionsSponsorship
-----------This project is maintained by `Mathison AG | Mobile & Web Development `_.
Used by
-------* `Stella Gastro | The best Restaurants, Bars and Cafés in Switzerland `_.
* `Lancer Express | The Swiss Army Knife for Freelancers `_.