What is the typical order of an HTTP request/response cycle in Django?
template > view > model
URL > template > view > model
form > model > view
URL > view > template