modify urls to prepare for moving segments views in ldt
"""Create a superuser from the command line. Deprecated; use manage.pycreatesuperuser instead."""if__name__=="__main__":fromdjango.core.managementimportcall_commandcall_command("createsuperuser")