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
MEDIA_ROOT
It appears to be used by some classes in Django as a default -- for instance, FileSystemStorage uses it as the default place to store files.