integration starts to work

This commit is contained in:
Sam
2021-02-16 13:23:40 +00:00
parent 6e54d513c9
commit abd0c6312c
3 changed files with 25 additions and 15 deletions

View File

@@ -48,8 +48,8 @@ class Company(models.Model):
updated = models.DateTimeField('date last update', auto_now=True)
creator = models.ForeignKey('core.CustomUser', on_delete=models.DO_NOTHING, null=True, related_name='creator')
def __str__(self):
return self.company_name
# def __str__(self):
# return self.company_name
class Meta:
verbose_name = "Compañía"