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.
ビューとURLディスパッチを介してdjangoから直接ファイルと画像を提供するのは良い方法ではないことはわかっていますが、これらのファイルと画像がサーバー(Apache)を介して提供される場合、全世界がそれらを見ることができます. 一部のファイルや画像がユーザーのプライベートであり、接続しているユーザーだけがこれらのファイルや画像を見ることができる場合はどうなりますか? この場合、django 自体でサービスを提供する必要がありますか?