Posts by Joacil Amarante • 1 point
1 post
-
-1
votes0
answers19
viewsQ: Return student name in query along with matricula - python and Django admin
Base Class: class Base(models.Model): IncPor = models.IntegerField('Incluido Por', null=True, blank=True) AltPor = models.IntegerField('Alterado Por', null=True, blank=True) IncEm =…