如何使用 Djangosphinx

发布于 2024-11-16 16:51:50 字数 466 浏览 2 评论 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

I have installed djangosphinx, but such commend 'generate_sphinx_config' is not able to be found. And I use sphinx beta2.0.1, but what is this version number of 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

纵性 2024-11-23 16:51:50

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

add djangosphinx to installed apps in settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文