Django template does not output multiple forms and save to modelform
问题 the issue is that template does not output multiple forms and save to Assumptions modelform. I am trying to save input from multiple forms by adding different names from template to Assumptions.Name field in Assumptions model. However, this approach does not work for some reason. Advise how to solve it would be highly appreciated. Thank you in advance. views.py from django.shortcuts import render from .forms import modelformset_factory, AssumptionsForm from .models import Assumptions def get