PonyConf/proposals/signals.py
Guilhem Saurel b4490c8eee Fix stuffs.
Maybe breaks other things, don't know, can't test mails for now.
2016-06-20 01:00:08 +02:00

4 lines
93 B
Python

from django.dispatch import Signal
new_talk = Signal(providing_args=["sender", "instance"])