Posts by Carlos • 13 points
1 post
-
1
votes1
answer66
viewsQ: I cannot change the verbose_name of a field
I am programming an agenda, and for that, I created the model "Commitment", which has the following code: class Compromisso(models.Model): nome = models.CharField(max_length=100,…