anvil_consortium_manager.management.commands.run_anvil_audit module

class anvil_consortium_manager.management.commands.run_anvil_audit.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Bases: django.core.management.base.BaseCommand

add_arguments(parser)

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)

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

help = 'Management command to run an AnVIL audit.'

Bases: anvil_consortium_manager.audit.audit.ErrorTable

base_columns = {'errors': <django_tables2.columns.base.Column object>, 'model_instance': <django_tables2.columns.base.Column object>}