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

Last updated: May 15,2024

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

Please follow the steps below to install python-django-crispy-forms-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: python-django-crispy-forms-doc
Priority: optional
Section: universe/doc
Installed-Size: 821
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-crispy-forms
Version: 1.6.0-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-django-crispy-forms/python-django-crispy-forms-doc_1.6.0-1_all.deb
Size: 138182
MD5sum: c975027d9b0deb2a6627525516927928
SHA1: 105681999ba279ac49c0f461778cff87e55421b9
SHA256: 632ca5066b671bd114a7f24b400b8d0769d4cb5824fe91b80c6a8c7c82ea36db
Description-en: app for Django providing elegant form rendering (Documentation)
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 documentation.
Description-md5: 273c8960ab8cc4134d277cf3b436860b
Homepage: https://github.com/maraujop/django-crispy-forms
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu