Add stub files from webhook app
This commit is contained in:
parent
772c7557e3
commit
127c83059f
6 changed files with 14 additions and 0 deletions
5
webhook/apps.py
Normal file
5
webhook/apps.py
Normal 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