
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
djangocms-photo-gallery
Advanced tools
Table of Contents
pip install djangocms-photo-gallery
Settings:
INSTALLED_APPS: list[str] = [
# …
'easy_thumbnails',
'djangocms_photo_gallery',
]
THUMBNAIL_ALIASES: dict[str, dict[str, dict[str, any]]] = {
# …
'djangocms_photo_gallery':
{
'overview': {
'size': (300, 200),
'crop': 'smart',
'upscale': True
},
'popup':
{
'size': (1400, 1400),
'crop': False,
'upscale': False
},
},
}
The following CSS and JS libraries should be included in you base template, which should be named
base.html
:
Alternatively you can change the templates and use libraries of your choice.
djangocms-photo-gallery
is distributed under the terms of the MIT license.
FAQs
Unknown package
We found that djangocms-photo-gallery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.