dm.management.commands.updategraduatestatus module

class dm.management.commands.updategraduatestatus.Command(stdout=None, stderr=None, no_color=False, force_color=False)[源代码]

基类:BaseCommand

add_arguments(parser: CommandParser)[源代码]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[源代码]

The actual logic of the command. Subclasses must implement this method.

help = '通过文件批量修改学生的毕业情况状态(毕业、休学、延毕、住宿辅导员)'