Commit 7b9af9b1 authored by Isaias Santana's avatar Isaias Santana

Corrigindo conflito

parent d6baa2e8
......@@ -24,9 +24,5 @@ class Cliente(models.Model):
def __str__(self):
"""String representation of Cliente."""
<<<<<<< HEAD
return self.domain_name
=======
return f'{self.nome.title()} - {self.domain_name}.{settings.BASE_DOMAIN}'
>>>>>>> fd8398fe8333e26759b13a6e604d870fbe0e7995
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment