πŸ“Š Django
Q. What is `MEDIA_ROOT` in Django used for?
  • (A) Path to admin templates
  • (B) Path for serving static files
  • (C) Path to uploaded files
  • (D) Path for form rendering
πŸ’¬ Discuss
βœ… Correct Answer: (C) Path to uploaded files

Explanation: `MEDIA_ROOT` is the directory where uploaded media files are stored.

Explanation by: Mr. Dubey
`MEDIA_ROOT` is the directory where uploaded media files are stored.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate