Add on save hooks for events, feed and jobads

This commit is contained in:
Aarni Halinen
2022-01-13 01:41:26 +02:00
parent 86a65e4680
commit 798c860091
5 changed files with 149 additions and 84 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from kaehmy.models import Application, CustomRole, PresetRole
from kaehmy.forms import ApplicationForm, CommentForm
from kaehmy.tables import ExportTable
from webapp.utils import send_email
from webapp.webhook import processHooks
from webapp.models import processHooks
@ensure_csrf_cookie