remove show
This commit is contained in:
parent
79c54670e1
commit
286b144bd8
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue