What does Django do with MEDIA_ROOT exactly? I never understood it. Since Django itself doesn’t serve static media, and you have to set up apache or something similar for it, why does it care in which directory it sits?
What does Django do with MEDIA_ROOT exactly? I never understood it. Since Django itself
Share
You’re not the only one who wonders; check out Django ticket #10650. Based on the comments by Django developers there, I think this pretty much sums up what
MEDIA_ROOTis used for: