payment modeli yaratildi

This commit is contained in:
Husanjonazamov
2026-02-18 18:06:42 +05:00
parent d4d8c18a2a
commit a6d7fa8c9a
34 changed files with 417 additions and 2 deletions

View File

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