0

我已经安装了 djangosphinx,但是找不到这样的推荐 'generate_sphinx_config'。而且我用的是sphinx beta2.0.1,但是这个sphinx beta2.0.1的版本号是多少

Note: You will need to install the sphinxapi.py package into your Python Path or use one of the included versions. To use the included version, you must specify the following in your settings.py file:
# Sphinx 0.9.9
SPHINX_API_VERSION = 0x116

# Sphinx 0.9.8
SPHINX_API_VERSION = 0x113

# Sphinx 0.9.7
SPHINX_API_VERSION = 0x107
4

1 回答 1

1

在设置中将 djangosphinx 添加到已安装的应用程序

于 2011-11-15T15:09:34.670 回答