Add webhook app and create_webhook management command

This commit is contained in:
PCoder 2019-04-13 23:52:41 +02:00
commit 9b32290964
5 changed files with 91 additions and 0 deletions

3
webhook/models.py Normal file
View file

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.