assistants.management.commands.sync_statement_forwarders¶
Django management command to synchronize statement forwarders.
Module Contents¶
-
class
assistants.management.commands.sync_statement_forwarders.Command¶ Bases:
django.core.management.BaseCommandSynchronize the Mofa assistants with the statement forwarders in Learning Locker.
-
handle(self, *args, **options)¶ Run command.
-
check_statement_forwarder_sync(self)¶ Check if the statement forwarders are up to date with Mofa.
-
check_sync_agent_forwarders(self)¶ Check if the statement forwarders for the sync agents are up to date.
-