mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
import django.dispatch
|
|
|
|
config_updated = django.dispatch.Signal(
|
|
providing_args=['key', 'old_value', 'new_value']
|
|
)
|