Posts by Clebiano da Costa Sá • 1 point
1 post
-
-1
votes1
answer444
viewsA: I wonder if it is possible to join two tables in the Django Framework
Instead of creating a third table/model you could create a single formset to manipulate the two tables/models in a single form. See more about the formset in:…