Anyone have experience with django-extra-views, positive or negative?
https://github.com/AndrewIngram/django-extra-views
For inline editing of #Django model instances related to a parent model (using a foreign key), one could use the InlineFormSetView…
https://django-extra-views.readthedocs.io/en/latest/pages/formset-views.html#inlineformsetview
… but are there alternative approaches you’d recommend instead?