测试组/Test_platform/Interface_automation/backend/manage.py
@@ -2,6 +2,10 @@ """Django's command-line utility for administrative tasks.""" import os import sys import warnings # 抑制pkg_resources弃用警告 warnings.filterwarnings("ignore", category=UserWarning, message="pkg_resources is deprecated as an API") def main():