Django Book 翻译
菜单>:
TOC
返回
原文:
An example should help clarify all of this. Heres a template loader function that can load templates from a ZIP file. It uses a custom setting, ``TEMPLATE_ZIP_FILES`` , as a search path instead of ``TEMPLATE_DIRS`` , and it expects each item on that path to be a ZIP file containing templates:
翻译:
一个例子可以清晰地阐明一切。这儿是一个模板加载函数,它可以从ZIP文件中加载模板。它使用了自定义的设置 ``TEMPLATE_ZIP_FILES`` 来取代了 ``TEMPLATE_DIRS`` 用作查找路径,并且它假设在此路径上的每一个文件都是包含模板的ZIP文件:
备注:
译者: