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

Last updated: May 14,2024

1. Install "python-django-sekizai" package

Please follow the guidance below to install python-django-sekizai on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-sekizai" package

Please follow the guidance below to uninstall python-django-sekizai on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-sekizai
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-sekizai
Version: 0.9.0-2
Depends: python-django (>= 1.5), python-django-classy-tags, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-sekizai-doc
Filename: pool/universe/d/django-sekizai/python-django-sekizai_0.9.0-2_all.deb
Size: 13532
MD5sum: fec81c03f1fbe697f8a6093709bfe7ba
SHA1: ec1f494f1df32eaa1df9e7d3014461298f0199ce
SHA256: 7de7df3823aeb6f10b562ca453ec27ab70c668342d4cbed0ed85d526bbe5d493
Description-en: template blocks for Django projects
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.
Description-md5: 12352f423cbb592c72c4dc613d523178
Homepage: http://django-sekizai.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu