I have the following situation: - Budget - Product - Budget Items
I searched for the Many-to-Many relationship in Django (1.10), so create a Template a Multi-Select. But if I need to, for example, inform the quantity of the product in the Budget Items at the time I am registering a new Budget , I could not associate this type of relation , even more with Jinja .
The idea is to have a budget register screen, where I can add products (can be showmodal in the html), and can inform the quantity, discount, etc., and then be able to save everything.