标签:__file__ code pen nbsp tin append settings class path
模块找不到,调用不了?
需要在调用文件上加上如下类似路劲
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) sys.path.append(BASE_DIR) 这个写在同目录下的调用文件中 调用格式 from conf import settings #conf 为文件夹 setting 为文件夹下的.py文件
标签:__file__ code pen nbsp tin append settings class path
原文地址:https://www.cnblogs.com/zi-Chuan/p/11221503.html