dev #10

Merged
ksenia_mikhailova merged 46 commits from dev into main 2024-07-24 12:58:58 +03:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 2134bc6688 - Show all commits

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