django-sekizai 4.1.0-1 source package in Ubuntu
Changelog
django-sekizai (4.1.0-1) unstable; urgency=medium * New upstream release. * Update Standards-Version. * Update copyright year. -- Edward Betts <edward@4angle.com> Fri, 05 May 2023 20:55:06 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-sekizai_4.1.0-1.dsc | 2.5 KiB | d5cf2eac78fd034f852f5fe959c627f57c9ee338cbe2fdd2c6e420e1b19d8cb3 |
django-sekizai_4.1.0.orig.tar.gz | 23.1 KiB | b6fb0e67b087f3d8f4fe1b959e5a771eb4a16ddac6385397422c6ce553b95f11 |
django-sekizai_4.1.0-1.debian.tar.xz | 5.4 KiB | 4eab4d10fa5353c1847cc8742c9c10518594751ffdf19c8028c8b709544a5a66 |
Available diffs
- diff from 4.0.0-3 to 4.1.0-1 (3.7 KiB)
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.