Posts by Liniker Oliveira • 11 points
2 posts
-
0
votes1
answer105
viewsQ: I’m having trouble showing my Manytomany field models on the Django template
I wonder how I can show my Manytomany field on my table, follow the code below. My Model: class Instrutor(models.Model): id = models.AutoField(primary_key=True) registro_instrutor =…
-
1
votes1
answer444
viewsQ: I wonder if it is possible to join two tables in the Django Framework
Hello friends, I’m having a slight difficulty in how to generate a third Model within Django, currently I have two tables Training and Entity would like to know if it would be possible to create…