Q. How can you serve static files during development?
β
Correct Answer: (C)
Set DEBUG=True and configure static URL
Explanation: Static files can be served in development by setting DEBUG=True and configuring STATIC_URL.