Merge branch 'bx-906-front' of https://git.svs-tech.pro/ksenia_mikhailova/demo-int-table into bx-906-front

This commit is contained in:
Kseninia Mikhaylova 2024-07-12 13:29:49 +03:00
commit 79c54670e1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ class Element3D(models.Model):
model_file = models.FileField(upload_to=group_based_upload_to)
name = models.CharField(max_length=255)
description = models.TextField()
bool = models.BooleanField( blank=True, null=True)
def __str__(self):
return self.name