scene
This commit is contained in:
parent
c7f63e0ded
commit
abd7cfa35c
|
@ -35,10 +35,9 @@ class Scene3D(models.Model):
|
|||
max_distance = models.IntegerField(
|
||||
validators=[MinValueValidator(2), MaxValueValidator(1000)], blank=True, null=True
|
||||
)
|
||||
|
||||
gainmap = models.FileField()
|
||||
json = models.FieldFile()
|
||||
webp = models.FieldFile()
|
||||
json = models.FileField()
|
||||
webp = models.FileField()
|
||||
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Reference in New Issue