Add webhook app
This commit is contained in:
parent
6a74124adf
commit
894c7ace25
8 changed files with 413 additions and 0 deletions
5
webhook/apps.py
Executable file
5
webhook/apps.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WebhookConfig(AppConfig):
|
||||
name = 'webhook'
|
||||
Loading…
Add table
Add a link
Reference in a new issue