blacked files
This commit is contained in:
parent
efa29fec5c
commit
dc4836579d
7 changed files with 86 additions and 31 deletions
|
@ -36,7 +36,9 @@ class Contact(models.Model):
|
|||
|
||||
class ContactTag(models.Model):
|
||||
id = models.UUIDField(primary_key=True, default=uuid4, editable=False)
|
||||
tag = models.CharField(max_length=50, null=True, blank=True, verbose_name=_("Tag"))
|
||||
tag = models.CharField(
|
||||
max_length=50, null=True, blank=True, verbose_name=_("Tag")
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Kontakt Tag")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue