Q. Which of the following can be used to serve static files in development?
β
Correct Answer: (B)
STATICFILES_DIRS
Explanation: STATICFILES_DIRS is used to define additional directories for static files in development.