mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-28 08:48:21 +00:00
Fix
This commit is contained in:
parent
eaeb4475a2
commit
ebf1d228ef
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ Each time a value is changed it will trigger a `updated_signal` signal.
|
||||||
You can use it as:
|
You can use it as:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from constance import updated_signal
|
from constance import updated_signal
|
||||||
|
|
||||||
@receiver(updated_signal)
|
@receiver(updated_signal)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue