Q. Which of the following is used to define the location of static files?
β
Correct Answer: (C)
STATICFILES_DIRS
Explanation: `STATICFILES_DIRS` defines additional locations the staticfiles app will traverse to collect static files.