Posts by Luis Vitorio • 11 points
1 post
-
1
votes1
answer715
viewsQ: Custom select on DJANGO
model py. class Produto(models.Model): nome=models.CharField('nome', max_length=100) marca=models.CharField('nome', max_length=100) categ=models.ForeignKey(Produto, verbose_name='Produto') class…