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'