akvo.rsr.management.commands.data_integrity module

class akvo.rsr.management.commands.data_integrity.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser: ArgumentParser)[source]

Entry point for subclassed commands to add custom arguments.

args = ''
handle(*args, **options)[source]

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

help = 'Script analyzing the results framework for problems'
akvo.rsr.management.commands.data_integrity.inconsistent_indicators()[source]
akvo.rsr.management.commands.data_integrity.inconsistent_periods()[source]
akvo.rsr.management.commands.data_integrity.projects_with_multiple_parents()[source]
akvo.rsr.management.commands.data_integrity.results_with_multiproject_parents()[source]
akvo.rsr.management.commands.data_integrity.results_with_nonfamilial_parents()[source]