mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-14 10:51:21 +01:00
4 lines
106 B
Python
4 lines
106 B
Python
|
import django.dispatch
|
||
|
|
||
|
# create a signal for ticket updates
|
||
|
update_ticket_done = django.dispatch.Signal()
|