akvo.rsr.management.commands.undo_results_import module

Undo results framework import for the specified projects

Usage:

python manage.py undo_results_import <project-id1> [<project-id2> …]

class akvo.rsr.management.commands.undo_results_import.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 = 'Undo results framework import for the specified projects'