Q. What does the collectstatic command do?
β
Correct Answer: (C)
Collects all static files into STATIC_ROOT
Explanation: collectstatic gathers all static files from apps into the STATIC_ROOT directory.