Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django に tmp ファイルを保存したい。ファイルはすぐに削除されますが、一時的に保存して転送する必要があります。アプリでという名前のフォルダーを作成しようとしました'tmp'が、django でそのディレクトリに保存できない権限エラーが発生しました。djangoで一時ファイルを最も簡単に保存できる場所と方法は?
'tmp'
Python の標準ライブラリ "tempfile"を調べてください。そこで必要なものが見つかるはずです。