Q. What happens if `DEBUG = True` in settings?
β
Correct Answer: (B)
Errors are shown in the browser
Explanation: `DEBUG = True` shows detailed error tracebacks in the browser.