remove show

This commit is contained in:
Kseninia Mikhaylova 2024-07-12 13:31:17 +03:00
parent 79c54670e1
commit 286b144bd8
1 changed files with 0 additions and 1 deletions

View File

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