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

Last updated: May 17,2024

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

Please follow the instructions below to install python3-django-crispy-forms on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: python3-django-crispy-forms
Priority: optional
Section: universe/python
Installed-Size: 351
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-crispy-forms
Version: 1.6.0-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Suggests: python-django-crispy-forms-doc
Filename: pool/universe/p/python-django-crispy-forms/python3-django-crispy-forms_1.6.0-1_all.deb
Size: 45158
MD5sum: a0f518d466e8f739db78dcd5a35f595c
SHA1: 9a63854cca50d7b118e7af7248cca7438dd68ec8
SHA256: 2aa21bf706f05dd6d224947873e63327b0c41668267df5a1dec199d70bd7cca3
Description-en: app for Django providing elegant form rendering (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 2d057b6635fd8846a28bfea5e4676294
Homepage: https://github.com/maraujop/django-crispy-forms
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu