This website requires JavaScript.
Explore
Help
Sign in
mirror
/
django-mailbox
Watch
1
Star
0
Fork
You've already forked django-mailbox
1
mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced
2026-07-10 06:48:19 +02:00
Code
Activity
1f018e9bdc
django-mailbox
/
django_mailbox
/
signals.py
4 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Initial commit.
2012-06-27 20:45:01 -07:00
from
django
.
dispatch
.
dispatcher
import
Signal
adds testable repo with added features
2021-02-03 23:05:48 -05:00
message_received
=
Signal
(
providing_args
=
[
"
message
"
]
)
Copy permalink