Question: When to use the Django sites framework?

  1. if your single installation powers more than one site
  2. if you need to serve static as well as dynamic content
  3. if you want your app have a fully qualified domain name
  4. if you are expecting more than 10.000 users

Answer: The correct answer of the above question is Option A:if your single installation powers more than one site