Django form to save m2m additional fields (using custom throughassosiation table)
I have a “Recipe” model, which contains multiple “Product” models and the relationship between Recipe and Product holds the quantity of the products. Thus, I need a custom intermediary model.