Q. Which setting should be set to False in production?

  • (A) DEBUG
  • (B) ALLOWED_HOSTS
  • (C) INSTALLED_APPS
  • (D) BASE_DIR
πŸ’¬ Discuss
βœ… Correct Answer: (A) DEBUG
Explanation: `DEBUG` should always be set to `False` in production for security reasons.
Explanation by: Mr. Dubey
`DEBUG` should always be set to `False` in production for security reasons.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate