Q. Which of the following can be used to serve static files in development?

  • (A) MEDIA_ROOT
  • (B) STATICFILES_DIRS
  • (C) STATIC_ROOT
  • (D) STATIC_URL
πŸ’¬ Discuss
βœ… Correct Answer: (B) STATICFILES_DIRS
Explanation: STATICFILES_DIRS is used to define additional directories for static files in development.
Explanation by: Rakesh Yadav
STATICFILES_DIRS is used to define additional directories for static files in development.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
77
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
80%
Success Rate