Commit ef66afc0 authored by Philippe Valfok's avatar Philippe Valfok

Alteração mínima para teste de deploy

parent 0cc3001d
......@@ -19,7 +19,9 @@ 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