Question: What is the typical order of an HTTP request/response cycle in Django?

  1. URL > view > template
  2. form > model > view
  3. template > view > model
  4. URL > template > view > model

Answer: The correct answer of the above question is Option A:URL > view > template