mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:59:17 +02:00
5 lines
139 B
Python
5 lines
139 B
Python
import django.dispatch
|
|
|
|
upload_import_status_updated = django.dispatch.Signal(
|
|
providing_args=["old_status", "new_status", "upload"]
|
|
)
|