How to Install and Uninstall python3-django-sekizai Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-django-sekizai" package

Learn how to install python3-django-sekizai on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-sekizai

2. Uninstall "python3-django-sekizai" package

Learn how to uninstall python3-django-sekizai on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-sekizai $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-sekizai package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-sekizai
Priority: optional
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-sekizai
Version: 0.9.0-2
Depends: python3-django, python3-django-classy-tags, python3:any (>= 3.3.2-2~)
Suggests: python-django-sekizai-doc
Filename: pool/universe/d/django-sekizai/python3-django-sekizai_0.9.0-2_all.deb
Size: 13016
MD5sum: ae0a6412c6e143124e4ee6aa9d52e9e0
SHA1: 4d195cfa2fe7bbdbfe2d6ff9bbfa6cf612938c79
SHA256: 34a9ba1ba9958fd3e20ca975be1277f528df956e51bfcee8d0d6c5d9ebbad06a
Description-en: 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.
Description-md5: 31189ebc2982e95a40d9237bc8e09cf8
Homepage: http://django-sekizai.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu