feat: added patch promocode, promocode stat, user signup/signin, user profile get/patch, user feed

also bug fixes and improvements
This commit is contained in:
ITQ
2025-01-23 21:40:34 +03:00
parent 2c10be8cf2
commit b7d7334fe5
21 changed files with 565 additions and 98 deletions
-3
View File
@@ -4,6 +4,3 @@ from django.core.exceptions import ValidationError
class UniqueConstraintError(Exception):
def __init__(self, validation_error: ValidationError) -> None:
self.validation_error = validation_error
__all__ = ["UniqueConstraintError"]
@@ -18,6 +18,3 @@ class AntifraudHealthCheck(BaseHealthCheckBackend):
def identifier(self) -> str:
return self.__class__.__name__
__all__ = ["AntifraudHealthCheck"]