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

class reporting.report.management.commands.clearcache.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

handle(*args, **kwargs)[source]

The actual logic of the command. Subclasses must implement this method.

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

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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"

Module contents