users.management.commands package¶
Submodules¶
users.management.commands.createusers module¶
Management utility to create operator on duty user.
-
class
users.management.commands.createusers.Command(*args, **kwargs)¶ Bases:
django.core.management.base.BaseCommand-
add_arguments(parser)¶ Entry point for subclassed commands to add custom arguments.
-
handle(*args, **options)¶ The actual logic of the command. Subclasses must implement this method.
-
help= 'Creates the operator on duty user and the operators group'¶
-
requires_migrations_checks= True¶
-
stealth_options= ('stdin',)¶
-