Light Gallery plugin for django CMS
Project description
django CMS plugin for Light Gallery 1.4.0
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms_light_gallery-1.2.1.tar.gz
.
File metadata
- Download URL: djangocms_light_gallery-1.2.1.tar.gz
- Upload date:
- Size: 64.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a3cf66268b90e51b6d7098705b2326d36de32decb878ce69bd0fc7ac7d7ce82 |
|
MD5 | 5739cb3a9344d6f3b6af0ac466c28972 |
|
BLAKE2b-256 | 73dc48f43a62537244f35e1f8152bbbdf32ac83b172eb773d58c29f722154028 |