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 3 deletions
Showing only changes of commit abd7cfa35c - Show all commits

View File

@ -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):