lms.djangoapps.teams.management.commands package#

Submodules#

lms.djangoapps.teams.management.commands.reindex_course_team module#

Management command to update course_teams’ search index.

class lms.djangoapps.teams.management.commands.reindex_course_team.Command(stdout=None, stderr=None, no_color=False, force_color=False)#

Bases: BaseCommand

Reindex course_teams (single, multiple or all available).

add_arguments(parser)#

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)#

By convention set by django developers, this method actually executes command’s actions. So, there could be no better docstring than emphasize this once again.

help = '\nReindex course_teams (single, multiple or all available).\n'#

Module contents#