mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-19 04:51:10 +00:00
3 lines
97 B
Python
3 lines
97 B
Python
import django.dispatch
|
|
|
|
updated_signal = django.dispatch.Signal(providing_args=['key', 'value'])
|