reporting.report.management.commands package
Submodules
reporting.report.management.commands.add_stored_procs module
- class reporting.report.management.commands.add_stored_procs.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
BaseCommand- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = 'add additional stored procedures to backend database'
reporting.report.management.commands.clearcache module
reporting.report.management.commands.ensure_adminuser module
- class reporting.report.management.commands.ensure_adminuser.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
BaseCommand- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = "Creates an admin user non-interactively if it doesn't exist"
reporting.report.management.commands.add_indices module
The add_indices management command creates additional database indexes introduced in version 3.3.0, improving performance for reporting and monitoring queries.
- class reporting.report.management.commands.add_indices.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
BaseCommand- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = 'add additional indexes to backend database'