About

django-signalcontrol is a reusable django application that adds dynamic control to signals.

With signal_control added to a signal, the signal can by enabled (default) or disabled from the django admin. An entry for the signal is added to the SignalControl table that includes a boolean field to enable/disable the signal. When a signal is disabled it will not execute when dispatched through the receiver, such as post_save.

See details on django-extensions features on the Features page

Requirements & Dependencies

django-signalcontrol is built on Python 3.x and Django=> 2.2. For a full list of packages and requirements, please see the requirements.txt file.

https://github.com/davidslusser/django-signalcontrol/blob/master/requirements.txt