ferrosoft.apps.dataimport.management.commands package¶
Submodules¶
ferrosoft.apps.dataimport.management.commands.dataimport_csv module¶
- class ferrosoft.apps.dataimport.management.commands.dataimport_csv.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.dataimport.management.commands.dataimport_gendoc module¶
- class ferrosoft.apps.dataimport.management.commands.dataimport_gendoc.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.dataimport.management.commands.dataimport_json module¶
- class ferrosoft.apps.dataimport.management.commands.dataimport_json.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.dataimport.management.commands.dataimport_settings module¶
- class ferrosoft.apps.dataimport.management.commands.dataimport_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.