In django, a formset is a layer of abstraction to working with multiple forms on the same page.
In my Django application application I have a formset that is created from a simple (not-model) form, with the extra=1 (…
I've written the following custom formset, but for the life of me I don't know how to save the form. …
I have to make a form in which more than one formset is used. please tell me if this is …