PonyConf/proposals/signals.py

4 lines
93 B
Python

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