Django Book 翻译
菜单>:
TOC
返回
原文:
The typical flowURLconf resolution to a view function which returns an ``HttpResponse`` can be short-circuited or augmented via middleware. The deep secrets of middleware will be fully covered in Chapter 15, but a quick sketch (see Figure 3-1) should aid you in conceptually fitting the pieces together.
翻译:
通过 URLconf 解析到哪个视图函数来返回 ``HttpResponse`` 可以通过中间件(middleware) 来短路或者增强。关于中间件的细节将在第十五章详细谈论,这里给出 图3-1 让你先了解 大体概念.
备注:
译者: