File: signals.py

package info (click to toggle)
python-django-rest-hooks 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: python: 802; sh: 6; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
from django.dispatch import Signal


hook_event = Signal()
raw_hook_event = Signal()
hook_sent_event = Signal()