πŸ“Š Django
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

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
97%
Success Rate