Django Book 翻译
菜单>:
TOC
返回
原文:
``django.template.loaders.eggs.load_template_source`` : This loader is just like ``app_directories`` , except it loads templates from Python eggs rather than from the filesystem. This loader is disabled by default; youll need to enable it if youre using eggs to distribute your application.
翻译:
``django.template.loaders.eggs.load_template_source`` : 这个加载器类似 ``app_directories`` ,只不过它从Python eggs而不是文件系统中加载模板。这个加载器默认被禁用;如果你使用eggs来发布你的应用,那么你就需要启用它。
备注:
译者: