«
class documentation

class Command(base.BaseCommand):

View In Hierarchy

Command to add institutions from a file or the command line.

Method add_arguments Add arguments to command.
Method handle Execute command.
def add_arguments(self, parser):

Add arguments to command.

Parameters
parser:CommandParserUndocumented
def handle(self, *args, **options):

Execute command.