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- handle_tenant(*args, **options)[source]¶
Execute command logic for the active tenant context.
Called by
handleafter activating the tenant database connection.self.tenantholds the activeTenantinstance (orNonewhen 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- handle_tenant(*args, **options)[source]¶
Execute command logic for the active tenant context.
Called by
handleafter activating the tenant database connection.self.tenantholds the activeTenantinstance (orNonewhen 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- handle_tenant(*args, **options)[source]¶
Execute command logic for the active tenant context.
Called by
handleafter activating the tenant database connection.self.tenantholds the activeTenantinstance (orNonewhen 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.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- handle_tenant(*args, **options)[source]¶
Execute command logic for the active tenant context.
Called by
handleafter activating the tenant database connection.self.tenantholds the activeTenantinstance (orNonewhen 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- handle_tenant(*args, **options)[source]¶
Execute command logic for the active tenant context.
Called by
handleafter activating the tenant database connection.self.tenantholds the activeTenantinstance (orNonewhen running against the master database).- Parameters:
*args – Positional arguments forwarded from the CLI parser.
**options – Keyword arguments forwarded from the CLI parser.