Hello,
I wanted to keep track of inventory. In this system I would have a box and in the box are objects, max 12 but at least 1. I originally had it set up so the box is the parent and the objects are the children. Also make it possible that the children could change parents. I wanted to keep track of the movement of the children. I did use an inline form, but I wanted to ask if there would be a better method to do this or any recommendations or things I can consider. I also tried ModelFormset Factory, I thought this way would be better to keep track of the object “child”.