1
I have the following situation: - Budget - Product - Items in the Budget
I sought the relationship Many-to-Many in Django (1.10), until then quiet, creates in the Template a Multi-select. But if by chance I need, for example, to inform the quantity of the product in the Budget Items the moment I register a new Budget, I couldn’t associate that kind of relationship, especially with Jinja.
The idea is to have a budget registration screen, where I can add products (can be showmodal html), can inform the quantity, discount, etc, and then save everything.