3 lines
67 B
Python
3 lines
67 B
Python
|
import django.dispatch
|
||
|
|
||
|
initiate_payment = django.dispatch.Signal()
|