ferrosoft.apps.emiflow.management.commands package

Submodules

ferrosoft.apps.emiflow.management.commands.catalog2fixture module

class ferrosoft.apps.emiflow.management.commands.catalog2fixture.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: TenantAwareCommand, BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle_tenant(*args, **options)[source]

Execute command logic for the active tenant context.

Called by handle after activating the tenant database connection. self.tenant holds the active Tenant instance (or None when running against the master database).

Parameters:
  • *args – Positional arguments forwarded from the CLI parser.

  • **options – Keyword arguments forwarded from the CLI parser.

ferrosoft.apps.emiflow.management.commands.copy_transport module

class ferrosoft.apps.emiflow.management.commands.copy_transport.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: TenantAwareCommand, BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle_tenant(*args, **options)[source]

Execute command logic for the active tenant context.

Called by handle after activating the tenant database connection. self.tenant holds the active Tenant instance (or None when running against the master database).

Parameters:
  • *args – Positional arguments forwarded from the CLI parser.

  • **options – Keyword arguments forwarded from the CLI parser.

ferrosoft.apps.emiflow.management.commands.emiflow_settings module

class ferrosoft.apps.emiflow.management.commands.emiflow_settings.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: TenantAwareCommand, BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle_tenant(*args, **options)[source]

Execute command logic for the active tenant context.

Called by handle after activating the tenant database connection. self.tenant holds the active Tenant instance (or None when running against the master database).

Parameters:
  • *args – Positional arguments forwarded from the CLI parser.

  • **options – Keyword arguments forwarded from the CLI parser.

set_transport_chain_defaults(spec, settings)[source]

ferrosoft.apps.emiflow.management.commands.gen_rapidstart module

class ferrosoft.apps.emiflow.management.commands.gen_rapidstart.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: TenantAwareCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle_tenant(*args, **options)[source]

Execute command logic for the active tenant context.

Called by handle after activating the tenant database connection. self.tenant holds the active Tenant instance (or None when running against the master database).

Parameters:
  • *args – Positional arguments forwarded from the CLI parser.

  • **options – Keyword arguments forwarded from the CLI parser.

ferrosoft.apps.emiflow.management.commands.import_catalog module

class ferrosoft.apps.emiflow.management.commands.import_catalog.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: TenantAwareCommand, BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle_tenant(*args, **options)[source]

Execute command logic for the active tenant context.

Called by handle after activating the tenant database connection. self.tenant holds the active Tenant instance (or None when running against the master database).

Parameters:
  • *args – Positional arguments forwarded from the CLI parser.

  • **options – Keyword arguments forwarded from the CLI parser.