Is there a standard way to create dynamic formsets in Django?

Viewed 54

I have created formsets in Django, and am able to render them in templates. The issue is that there does not seem to be a “standard” way to Add/Delete forms from formsets in the templates.

I have tried “Django-dynamic-formsets” but this seems like a hack of a way to achieve something that is built into the Django admin.

So is there a Django way to have an “Add” and “Delete” button on a template for adding and deleting forms from a formset? If it matters, I’m using inline formsets Django 2.2

0 Answers
Related