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.
im = storage.open('old_path_filename', 'r') strorage.save('new_path_with_old_filename', im)
私のdjangoプロジェクトでは、静的ファイルとメディアファイルにdjango-storagesとAmazon S3を使用しています。古いファイルを Amazon の新しいパスと古いファイル名で保存する必要があります。私たちを手伝ってくれますか?