dm.management.commands.autograduate module

class dm.management.commands.autograduate.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 = '通过学号检定批量调整指定年级的学生状态为“已毕业”,延迟毕业的学生需通过管理站点手动再次调整回来'