import environ # settings.pyの位置を起点として3つ上の親ディレクトリを参照。 BASE_DIR = environ.Path(__file__) - 3 env = environ.Env()
確定! 回上一頁