AutoEvaluationModel qoshildi yani bu valuation bilan vehicle ni asosiy ulab beradigan model

This commit is contained in:
Husanjonazamov
2026-02-13 17:22:47 +05:00
parent 166bb7240d
commit c36a2318a1
26 changed files with 307 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from .auto import * # noqa
from .customer import * # noqa
from .valuation import * # noqa
from .vehicle import * # noqa

View File

@@ -0,0 +1,8 @@
# from django.core.exceptions import ValidationError
class AutoevaluationValidator:
def __init__(self): ...
def __call__(self):
return True