Modellarga o'zgartirish kiritildi va filters qo'shildi
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .badge import * # noqa
|
||||
from .extra_services import * # noqa
|
||||
from .hotel import * # noqa
|
||||
from .tariff import * # noqa
|
||||
|
||||
8
core/apps/tickets/validators/badge.py
Normal file
8
core/apps/tickets/validators/badge.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# from django.core.exceptions import ValidationError
|
||||
|
||||
|
||||
class BadgeValidator:
|
||||
def __init__(self): ...
|
||||
|
||||
def __call__(self):
|
||||
return True
|
||||
Reference in New Issue
Block a user