mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-03 13:14:47 +00:00
5 lines
115 B
Python
5 lines
115 B
Python
import django.dispatch
|
|
|
|
config_updated = django.dispatch.Signal(
|
|
providing_args=['updated_key', 'new_value']
|
|
)
|