/djangocms-light-gallery

DjangoCMS plugin for Light Gallery 1.4.0

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyPI version

DjangoCMS plugin for Light Gallery 1.4.0

Example with default settings

Installation

First, add djangocms-light-gallery to your requirements.txt or install the plugin ::
pip install djangocms-light-gallery
Then add the plugin to settings.py ::
INSTALLED_APPS = [ // ... 'light_gallery', // ...
Finally, run the migrations ::
python manage.py migrate

Should now see Light Gallery as a component in djangocms