import sys,os BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) sys.path.append(BASE_DIR)
BASE_DIR 在入口文件中设置项目目录为模块查找的目录
原文:https://www.cnblogs.com/dangrui0725/p/9439991.html