python3-django-extra-views

Complementary class-based generic views for Django (Python3 version)

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/AndrewIngram/django-extra-views/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-django-extra-views