django-sekizai 4.0.0-3 source package in Ubuntu

Changelog

django-sekizai (4.0.0-3) unstable; urgency=medium

  * Update debian/watch to check GitHub tags instead of releases.

 -- Edward Betts <edward@4angle.com>  Mon, 12 Dec 2022 11:44:35 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sekizai_4.0.0-3.dsc 2.5 KiB 552f20f3364ec8b3b3b406304919cf89d1736230aeb7e8370df85e39c7a09861
django-sekizai_4.0.0.orig.tar.gz 22.4 KiB c487f568b824fabaa4056361181670c32a7642772365dcb602b580836d647c3a
django-sekizai_4.0.0-3.debian.tar.xz 5.3 KiB 09d66ccef1fe3b6022e12b4fd875644a8297edf6e8c7694deb094d9edfa63cec

Available diffs

No changes file available.

Binary packages built by this source

python-django-sekizai-doc: template blocks for Django projects (Documentation)

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the documentation.

python3-django-sekizai: template blocks for Django projects (Python3 version)

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the Python 3 version of the library.