mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Initial commit.
This commit is contained in:
commit
413b60e35f
13 changed files with 340 additions and 0 deletions
3
django_mailbox/signals.py
Normal file
3
django_mailbox/signals.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from django.dispatch.dispatcher import Signal
|
||||
|
||||
message_received = Signal(providing_args=['message'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue