db va type togirlandi
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
from .category import * # noqa
|
||||
from .products import * # noqa
|
||||
from .type import * # noqa
|
||||
|
||||
6
core/apps/api/validators/type.py
Normal file
6
core/apps/api/validators/type.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class TypeValidator:
|
||||
def __init__(self):
|
||||
...
|
||||
|
||||
def __call__(self):
|
||||
return True
|
||||
Reference in New Issue
Block a user