Q. What is `MEDIA_ROOT` in Django used for?
β
Correct Answer: (C)
Path to uploaded files
Explanation: `MEDIA_ROOT` is the directory where uploaded media files are stored.