class documentation

class Command(base.BaseCommand):

View In Hierarchy

Command to add users from a file or via arguments.

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

Add arguments to command.

def handle(self, *args, **options):

Execute command.