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