core.management.BaseCommand.missing_args_message

BaseCommand.missing_args_message

If your command defines mandatory positional arguments, you can customize the message error returned in the case of missing arguments. The default is output by argparse (“too few arguments”).

doc_Django
2016-10-09 18:34:55
Comments
Leave a Comment

Please login to continue.