AutoEvaluationModel qoshildi yani bu valuation bilan vehicle ni asosiy ulab beradigan model
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .auto import * # noqa
|
||||
from .customer import * # noqa
|
||||
from .valuation import * # noqa
|
||||
from .vehicle import * # noqa
|
||||
|
||||
8
core/apps/evaluation/validators/auto.py
Normal file
8
core/apps/evaluation/validators/auto.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# from django.core.exceptions import ValidationError
|
||||
|
||||
|
||||
class AutoevaluationValidator:
|
||||
def __init__(self): ...
|
||||
|
||||
def __call__(self):
|
||||
return True
|
||||
Reference in New Issue
Block a user