workflows.apps
Django application configuration for the workflows app.
Module Contents
-
class workflows.apps.WorkflowsConfig(app_name, app_module)[source]
Bases: django.apps.AppConfig
Application configuration for the workflows app.
-
name = 'workflows'[source]
-
ready()[source]
Register signal handlers and executors.
Called by Django when the application registry is fully populated.
Imports modules for their side effects so that handlers and executors
are registered with the framework.
- Return type:
None