feat: removing location fields from auto-evalutaion model, adding new tex_passport_file field for auto-evalutaion model

This commit is contained in:
xoliqberdiyev
2026-04-21 15:28:03 +05:00
parent f71dfa50c1
commit 8d8744731a
5 changed files with 72 additions and 101 deletions

View File

@@ -34,12 +34,6 @@ class QuickEvaluationModel(AbstractBaseModel):
blank=True,
null=True,
)
tex_passport_file = models.FileField(
verbose_name=_("tech passport file"),
upload_to="quick_evaluation/tech_passports/%Y/%m/",
blank=True,
null=True,
)
# Car info
car_type = models.CharField(