settings.pyfrom os.path import join, dirnamefrom dotenv import load_dotenv dotenv_path = join(dirname(__file__), ...
確定! 回上一頁