modify urls to prepare for moving segments views in ldt
fromdjango.core.management.baseimportAppCommand,CommandErrorclassCommand(AppCommand):help="RENAMED: see 'sqlcustom'"defhandle(self,*apps,**options):raiseCommandError("This command has been renamed. Use the 'sqlcustom' command instead.")