Posts by Joao Batista • 1 point
1 post
-
0
votes2
answers56
viewsA: Category Names not shown. Object (1)
Try it buddy: from django.db import models from django.conf import settings class Cad_pref(models.Model): nomepref = models.CharField("Nome Prefeitura:", max_length=200) endpref =…