feat: push test [#N3WTS-17]

This commit is contained in:
N3WT DE COMPET
2025-11-29 11:33:21 +01:00
parent 5e62ee5100
commit 0fb668b212
8 changed files with 4 additions and 221 deletions

View File

@ -27,7 +27,6 @@ class Establishment(models.Model):
licence_code = models.CharField(max_length=100, blank=True)
is_active = models.BooleanField(default=True)
created_at = models.DateTimeField(auto_now_add=True)
api_docuseal = models.CharField(max_length=255, blank=True, null=True)
logo = models.FileField(
upload_to=registration_logo_upload_to,
null=True,