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