What does Django do with `MEDIA_ROOT`?

前端 未结 3 1550
死守一世寂寞
死守一世寂寞 2021-01-05 00:06

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

3条回答
  •  暖寄归人
    2021-01-05 00:29

    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.

提交回复
热议问题