1👍
You need to pass your formsets into form_list
not the individual forms
form_list = [PresupuestosClientesForm, PresupuestosVehiculosForm, ParteFormSet, ManoObraFormSet, PagosFormSet,PresupuestosFotosForm]
Source:stackexchange.com
1👍
You need to pass your formsets into form_list
not the individual forms
form_list = [PresupuestosClientesForm, PresupuestosVehiculosForm, ParteFormSet, ManoObraFormSet, PagosFormSet,PresupuestosFotosForm]