Hey, I would like to have the possibility of having a admin field where you could add as many elements as you like (eg: via a β+β button). For example: a reciepe model where the number of ingredients changes. Could someone help? thanks regardless
Assuming youβre working with a properly designed data structure, (e.g. perhaps a Recipie model and a related Ingredients model), youβre looking for the InlineModelAdmin
facilities.
It worked!!! thank you so much