workflows.appsΒΆ

Django application configuration for the workflows app.

ClassesΒΆ

WorkflowsConfig

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