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( max_distance = models.IntegerField(
validators=[MinValueValidator(2), MaxValueValidator(1000)], blank=True, null=True validators=[MinValueValidator(2), MaxValueValidator(1000)], blank=True, null=True
) )
gainmap = models.FileField() gainmap = models.FileField()
json = models.FieldFile() json = models.FileField()
webp = models.FieldFile() webp = models.FileField()
def __str__(self): def __str__(self):