Django Book 翻译
菜单>:
TOC
返回
原文:
The ``{% load %}`` tag looks at your ``INSTALLED_APPS`` setting and only allows the loading of template libraries within installed Django applications. This is a security feature; it allows you to host Python code for many template libraries on a single computer without enabling access to all of them for every Django installation.
翻译:
``{% load %}`` 标签检查 ``INSTALLED_APPS`` 中的设置,仅允许加载已安装的Django应用程序中的模板库。这是一个安全特性。它可以让你在一台电脑上部署很多的模板库的代码,而又不用把它们暴露给每一个Django安装。
备注:
译者: