ed mododels.py

This commit is contained in:
jp.dev 2020-11-20 16:12:15 -03:00
parent 977f746f2d
commit 087b4f8fa6

View File

@ -14,7 +14,7 @@ class Servicio(models.Model):
verbose_name_plural = 'servicios'
def __str_(self):
def __str__(self):
return self.titulo