4 lines
92 B
Python
4 lines
92 B
Python
import django.dispatch
|
|
|
|
donation_paid = django.dispatch.Signal(providing_args=["donation"])
|