import environ # <snip other settings> env = environ.Env(DEBUG=(bool, False)) env_file = os.path.join(BASE_DIR, ".env") environ.
確定! 回上一頁