1
Good night!
I’m implementing a system with wtforms flask, and I stopped in the following situation: I have CRUD products and a CRUD Budget, so I will have product items in the budget (n:n). In the surveys I performed only I find example of "Selectfield" (combo), but I need a grid to add product items in this budget. Would anyone have an orientation, example or tips on how to accomplish this implementation? I am with the idea of creating a 3 class (Itemorcamento), point out the Fks (Product and Budget) and treat in coding the CRUD of items.
I’m waiting, a hug!!!
In the end I gave up doing this format, and I moved to Django with REST Framework. With Flask’s Rest it was easier too!
– Leandro Paixão