1π
β
I think the easiest way is to build a changelist action that creates 20 blank BoxModels and saves them to the database.
Then, simply add your fields to ModelAdmin.list_editable
and you will be able to edit all the fields in the list view.
Itβs definitely the easiest way to accomplish what youβre talking about.
Otherwise, build a custom view and modelform with a formset.
Source:stackexchange.com