Q. Which setting should be set to False in production?
β
Correct Answer: (A)
DEBUG
Explanation: `DEBUG` should always be set to `False` in production for security reasons.