Q. Which setting defines the list of domains allowed to serve a Django site?
β
Correct Answer: (C)
ALLOWED_HOSTS
Explanation: ALLOWED_HOSTS is a list of strings representing the host/domain names that this Django site can serve.