mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 00:09:16 +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"]
|
|
)
|