djangofloor.signals

Module with all default DjangoFloor signals

For all app in settings.INSTALLED_APPS, DjangoFloor tries to import app.signals for auto-discovering signals. If you want to write your signals into other modules, be sure that app.signals imports these modules.

djangofloor.signals.check_websockets(window_info)[source]

Check what happens when an exception is raised in a Celery queue

djangofloor.signals.generate_log(window_info, form: <djangofloor.decorators.SerializedForm object at 0x7faca9bec2b0>)[source]

Used for checking if websockets are functional or not for your installation. Called from the monitoring view.