3 lines
91 B
Python
3 lines
91 B
Python
|
|
import django.dispatch
|
||
|
|
|
||
|
|
report_created = django.dispatch.Signal(providing_args=["report"])
|