akvo.rsr.management.commands.eutf_hierarchy_check module

class akvo.rsr.management.commands.eutf_hierarchy_check.Command[source]

Bases: BaseCommand

analyze_indicators()[source]
analyze_periods()[source]
args = ''
static create_indicator_report(orphans)[source]
static create_period_report(orphans)[source]
static find_indicator_orphans(results, results_above)[source]
static find_period_orphans(results, results_above)[source]
handle(*args, **options)[source]

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

help = 'Script that checks the EUTF results framework "core indicators" for errors'
static send_eutf_error_email(error_type, attachments)[source]