RealEstateEvaluationModel modeli qoshildi (Ko'chmas mulk (Real Estate) baholash modeli uchun quyidagicha nomlarni tavsiya qilaman:

)
This commit is contained in:
Husanjonazamov
2026-02-13 17:43:04 +05:00
parent e2e7c23987
commit 799b5e5cf1
30 changed files with 406 additions and 10 deletions

View File

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

View File

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