You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user