Django Book 翻译
菜单>:
TOC
返回
原文:
To configure Django with mod_python, first make sure you have Apache installed with the mod_python module activated. This usually means having a ``LoadModule`` directive in your Apache configuration file. It will look something like this:
翻译:
为了配置基于 mod_python 的 Django,首先要安装有可用的 mod_python 模块的 Apache。这通常意味着应该有一个 ``LoadModule`` 指令在 Apache 配置文件中。它看起来就像是这样:
备注:
译者: