Commit 4edffc80 authored by Philippe Valfok's avatar Philippe Valfok

Teste de deploy automático

parent ef66afc0
......@@ -19,9 +19,7 @@ class Cliente(models.Model):
droplet_id = models.CharField(max_length=50, blank=True, null=True)
class Meta:
"""
Meta definition for Cliente.
"""
"""Meta definition for Cliente."""
verbose_name = 'Cliente'
verbose_name_plural = 'Clientes'
......
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