I have a situation where I want to insert an arbitrary number of rows in my database via a Django ModelForm. I looked here and here on Stack Overflow and here in the Django