webhook endpoint
This commit is contained in:
@@ -19,3 +19,6 @@ class Registration(SurrogatePK, Model):
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super(Registration, self).__init__(**kwargs)
|
||||
|
||||
def __repr__(self):
|
||||
return f'<{Registration.__name__}({self.id}):{self.name!r}->({",".join([repr(x) for x in self.targets])})>'
|
||||
|
||||
Reference in New Issue
Block a user