Skip to content

Commit 452d50f

Browse files
committed
Añade verbose_name y verbose_name_plural al modelo Ally
1 parent 32e76da commit 452d50f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/about/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def __str__(self):
1616

1717
class Meta:
1818
ordering = ['name']
19+
verbose_name = 'Aliado'
20+
verbose_name_plural = 'Aliados'
1921

2022

2123
class FAQItem(models.Model):

0 commit comments

Comments
 (0)