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

Last updated: May 01,2024

1. Install "python-django-crispy-forms" package

This guide covers the steps necessary to install python-django-crispy-forms on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-crispy-forms

2. Uninstall "python-django-crispy-forms" package

Here is a brief guide to show you how to uninstall python-django-crispy-forms on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-crispy-forms $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-crispy-forms
Priority: optional
Section: universe/python
Installed-Size: 351
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.6.0-1
Depends: python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-crispy-forms-doc
Filename: pool/universe/p/python-django-crispy-forms/python-django-crispy-forms_1.6.0-1_all.deb
Size: 45070
MD5sum: 4af8dcc677a67a96093594fd1e488eec
SHA1: a7b1c94888c0168b69c72143bd406d4ddc6bb65c
SHA256: 1a36e79650836c2a1050d2d17fe149ae845c6221cb28cb86c99ac8a9208a1ac1
Description-en: app for Django providing elegant form rendering
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
templates. All this without breaking the standard way of doing things in
Django, so it plays nice with any other form application.
.
Django-crispy-forms supports several frontend frameworks, such as Twitter
Bootstrap (versions 2 and 3), Uni-form and Foundation. You can also easily
adapt your custom company's one, creating your own, see the docs for more
information. You can easily switch among them using CRISPY_TEMPLATE_PACK
setting variable.
Description-md5: 7f58fa14b2428a11503c4b2126afcc14
Homepage: https://github.com/maraujop/django-crispy-forms
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu