Modellarga o'zgartirish kiritildi va filters qo'shildi

This commit is contained in:
2025-09-20 13:06:19 +05:00
parent d160410cd9
commit 7a2ea48a8e
39 changed files with 446 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
from .badge import * # noqa
from .extra_services import * # noqa
from .hotel import * # noqa
from .tariff import * # noqa

View File

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