Enabled the Student School type updater.
The updater now passes along the runner URL to the starter function.
Also fixed the TaskRunner to display correct error messages when a invalid option has been specified.
from django.core.management.base import AppCommand, CommandError
class Command(AppCommand):
help = "RENAMED: see 'sqlcustom'"
def handle(self, *apps, **options):
raise CommandError("This command has been renamed. Use the 'sqlcustom' command instead.")