forked from mirror/django-mailbox
3 lines
101 B
Python
3 lines
101 B
Python
from django.dispatch.dispatcher import Signal
|
|
|
|
message_received = Signal(providing_args=['message'])
|