andyklimczak / djangocms-light-gallery

DjangoCMS plugin for Light Gallery 1.4.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django CMS Light Gallery

PyPI version

django CMS plugin for Light Gallery 1.4.0

Example light gallery using 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',
  // ...

Run the migrations

python manage.py migrate light_gallery

This plugin relies on javascript, ensure you have a js block in your template

{% render_block "js" %}

Should now see Light Gallery as a component in django CMS

About

DjangoCMS plugin for Light Gallery 1.4.0

License:GNU General Public License v3.0


Languages

Language:Python 90.7%Language:HTML 9.3%