From 6b795a332908903ed6071a9da006366c40410efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 28 Jun 2024 15:51:17 +0300 Subject: [PATCH 1/2] nodel --- back/object/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/object/models.py b/back/object/models.py index 113b884..a9d6c21 100644 --- a/back/object/models.py +++ b/back/object/models.py @@ -29,10 +29,10 @@ class Scene3D(models.Model): elements = models.ManyToManyField(Element3D) min_distance = models.IntegerField( - validators=[MinValueValidator(1), MaxValueValidator(400)], blank=True, null=True + validators=[MinValueValidator(1), MaxValueValidator(600)], blank=True, null=True ) max_distance = models.IntegerField( - validators=[MinValueValidator(2), MaxValueValidator(500)], blank=True, null=True + validators=[MinValueValidator(2), MaxValueValidator(1000)], blank=True, null=True ) def __str__(self): From 575b4b5f11c9563981fe42259a2e57e2ceedb6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 28 Jun 2024 16:22:09 +0300 Subject: [PATCH 2/2] main --- front/src/components/Promo/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 27d307a..ddd9ab3 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -77,7 +77,7 @@ watch(() => route.params.target, () => { - +