On May 29, 12:45 pm, David <
davidwi...@adviserbreakthrough.co.uk>
wrote:
> Anyone else have any suggestions please?
>
> Thank you
I don't think there is a way to create formsets, and then formsets
related to the first formsets. So, something like this is what you
likely need:
for p in persons:
do_what_you_did_for_single_object() # remember to prefix the
forms.
I would likely do a list persons + their attendances view with edit
link/button for each person. That is one approach worth considering,
as it is pretty easy to do.
- Anssi