akvo.rsr.management.commands.check_non_numeric_periods module

class akvo.rsr.management.commands.check_non_numeric_periods.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 = "\n        Display values that can't be converted to Decimal in IndicatorPeriod.target_value\n\n        Output is tab separated to be easily copied and pasted into an XL sheet\n    "