Posts by user2701678 • 41 points
1 post
-
4
votes1
answer207
viewsQ: Calls Many to Many in template
I would like to know how to make a template call to a field Many to Many of the models. Follows code: Models class Projeto(models.Model): professor_participante = models.ManyToManyField(Servidor,…
djangoasked user2701678 41