PonyConf/proposals/signals.py

5 lines
94 B
Python

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