πŸ“Š Django
Q. Which setting defines the list of allowed hosts?
  • (A) ALLOWED_HOSTS
  • (B) HOST_LIST
  • (C) SECURE_HOSTS
  • (D) APPROVED_DOMAINS
πŸ’¬ Discuss
βœ… Correct Answer: (A) ALLOWED_HOSTS

Explanation: `ALLOWED_HOSTS` contains the list of valid domains for the app.

Explanation by: Mr. Dubey
`ALLOWED_HOSTS` contains the list of valid domains for the app.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
48
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate