workflows.apps ============== .. py:module:: workflows.apps .. autoapi-nested-parse:: Django application configuration for the ``workflows`` app. Module Contents --------------- .. py:class:: WorkflowsConfig(app_name, app_module) Bases: :py:obj:`django.apps.AppConfig` Application configuration for the ``workflows`` app. .. py:attribute:: name :value: 'workflows' .. py:method:: ready() 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.