(webhook) add webhook logic and synchronization utils

adding webhooks logic to send serialized team memberships data
to a designated serie of webhooks.
This commit is contained in:
Marie PUPO JEAMMET
2024-03-22 14:47:08 +01:00
committed by Marie
parent 7ea6342a01
commit ebf58f42c9
13 changed files with 813 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ def test_commands_create_demo():
def test_commands_createsuperuser():
"""
The createsuperuser management command should create an use
The createsuperuser management command should create a user
with superuser permissions.
"""