πŸ“Š Django
Q. Which of the following is used to define the location of static files?
  • (A) STATIC_DIR
  • (B) STATIC_ROOT
  • (C) STATICFILES_DIRS
  • (D) STATIC_PATH
πŸ’¬ Discuss
βœ… Correct Answer: (C) STATICFILES_DIRS

Explanation: `STATICFILES_DIRS` defines additional locations the staticfiles app will traverse to collect static files.

Explanation by: Mr. Dubey
`STATICFILES_DIRS` defines additional locations the staticfiles app will traverse to collect static files.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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