Question
What is the most flexlible and universal way to store media files with Django?
I am currently learning web development and I wonder what is the best and most flexible approach to storing media files?
You never know how much will your website grow and because of that, I want to know how to handle big amounts of media files correctly using Django running on a Nginx server.
I tried some googling, but media files handling in production is not that well documented, at least not as well as handling media files in development. Every suggestion will help me.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×