How to Install and Uninstall python3-django-crispy-forms Package on Kali Linux

Last updated: May 17,2024

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

Learn how to install python3-django-crispy-forms on Kali Linux

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

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

This tutorial shows how to uninstall python3-django-crispy-forms on Kali Linux:

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

3. Information about the python3-django-crispy-forms package on Kali Linux

Package: python3-django-crispy-forms
Source: python-django-crispy-forms
Version: 2.1-2
Installed-Size: 168
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-crispy-forms-doc
Size: 40032
SHA256: 0a857dea185d4de25db6048219fa60aec6aa2fa43823ee1f963e567e1c7ec0da
SHA1: 2d41e76c9a7d2fd1c813a5817c173531b97495e1
MD5sum: c45180af17e2b50eab7fd890604b4a3b
Description: 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, 3 and 4), 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:
Homepage: https://github.com/django-crispy-forms/django-crispy-forms
Section: python
Priority: optional
Filename: pool/main/p/python-django-crispy-forms/python3-django-crispy-forms_2.1-2_all.deb