Adapted from imageserve to fit broader gallery needs such as video embedding and content for controls.
Project description
Dependencies:
PIL
To install:
pip install galleryserve
Add 'galleryserve' to INSTALLED_APPS
Configuration Options:
GALLERYSERVE_EXCLUDE_FIELDS - This can be added as a list in your settings.py
file to exclude certain fields from appearing in the admin.
Template tag example:
{% load gallerytags %}
{% get_gallery name %}
{% for slide in gallery %}
<div title="{{ slide.title }} - {{ slide.credit }}">
{% if slide.url %}<a href="{{ slide.url }}">{% endif %}
{% if slide.image %}<img src="{{ slide.image.url }}" alt="{{ slide.alt }}" />{% endif %}
{% if slide.url %}</a>{% endif %}
{% if slide.video_url %}<a href="{{ slide.video_url }}">{{ slide.title }}</a>{% endif %}
{{ slide.title }} - {{ slide.credit }}<br />
{{ slide.content|safe }}
</div>
{% endfor %}
Changes in 0.1.5 - 06-27-13
Allow for gallery title to be passed in as context variable instead of always
treating it as a string.
Changes in 0.1.3 - 11-02-12
Moved to git. Added ANTIALIAS to image processing
Changes in 0.1.2 - 10-22-11
Fail silently on gallery not existing
Changes in 0.1.1 - 9-20-11
Added random boolean to control whether gallery item sort should be random
psql command to insert column:
alter table galleryserve_gallery ADD column random boolean not null default false;
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
galleryserve-0.2.0.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file galleryserve-0.2.0.tar.gz
.
File metadata
- Download URL: galleryserve-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-110-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dce79444249d656ff83eca4f3e50b14dcf8e7d206de94bcb9324bfdc07b6693f
|
|
MD5 |
6ffd0b7ae9f496dd72ba5a68caa194a4
|
|
BLAKE2b-256 |
477a3f3070456f09a92b31f8c50751514d99ff2b0cda88937c5b29c3cc310a5d
|
File details
Details for the file galleryserve-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: galleryserve-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.4.0-110-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1dd4f50b96312b7786fbad5c9f85ac4e5e5878b0f7fc558ce59fcb0a7979a33c
|
|
MD5 |
18cb2cd1d3fc928f67bf421dff1be77e
|
|
BLAKE2b-256 |
c4c87c44abc209e379c924cc1ea5db3dabdd08360be7cc9bf77f870e8a7030f5
|