feat: avto va tezkor baholash uchun history bo'limi qo'shildi

This commit is contained in:
2026-04-02 15:53:09 +05:00
parent c4330fd6f7
commit 2492583f43
34 changed files with 1159 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
from .auto import * # noqa
from .customer import * # noqa
from .document import * # noqa
from .history import * # noqa
from .movable import * # noqa
from .quick import * # noqa
from .real_estate import * # noqa

View File

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