How to Install and Uninstall python3-django-extra-views Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-django-extra-views" package

Please follow the steps below to install python3-django-extra-views on Kali Linux

$ sudo apt update $ sudo apt install python3-django-extra-views

2. Uninstall "python3-django-extra-views" package

Here is a brief guide to show you how to uninstall python3-django-extra-views on Kali Linux:

$ sudo apt remove python3-django-extra-views $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-extra-views package on Kali Linux

Package: python3-django-extra-views
Source: python-django-extra-views
Version: 0.14.0-3
Installed-Size: 67
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-extra-views-doc (= 0.14.0-3)
Size: 16684
SHA256: 59eceddeddd115eefa6057162e2623cedba78fe14845ee2781757ac0230c4649
SHA1: e7939cbcebba23052f791574517232078b9a2c06
MD5sum: a1e61fc419beeaf5c6e617c0de699588
Description: Complementary class-based generic views for Django (Python3 version)
Django Extra Views provides a number of additional class-based generic views to
complement those provide by Django itself.
.
Features:
* FormSet and ModelFormSet views - The formset equivalents of FormView and
ModelFormView.
* InlineFormSetView - Lets you edit formsets related to a model (uses
inlineformset_factory).
* CreateWithInlinesView and UpdateWithInlinesView - Lets you edit a model and
its relations.
* GenericInlineFormSetView, the equivalent of InlineFormSetView but for
GenericForeignKeys.
* Support for generic inlines in CreateWithInlinesView and
UpdateWithInlinesView.
* Support for naming each inline or formset with NamedFormsetsMixin.
* SortableListMixin - Generic mixin for sorting functionality in your views.
* SearchableListMixin - Generic mixin for search functionality in your views.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/AndrewIngram/django-extra-views/
Section: python
Priority: optional
Filename: pool/main/p/python-django-extra-views/python3-django-extra-views_0.14.0-3_all.deb