evaluation-customer modeli yaratildi va kerakli fiealdlr qoshildi

This commit is contained in:
Husanjonazamov
2026-02-12 15:29:58 +05:00
parent d2c6ecd772
commit b685800087
30 changed files with 878 additions and 6 deletions

View File

@@ -0,0 +1 @@
from .customer import * # noqa

View File

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