mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
4 lines
101 B
Python
4 lines
101 B
Python
|
|
from django.dispatch.dispatcher import Signal
|
||
|
|
|
||
|
|
message_received = Signal(providing_args=['message'])
|