django 应用程序使用的解释器
我已经用 apache 和 mod_python 托管了我的 django 应用程序。 当我浏览 mod_python 文档时,我发现有一种方法可以知道我的应用程序在哪个解释器下运行(通过使用 req.interpreter)。
我尝试在 django 中通过检查请求对象来检查这一点。 但我无法弄清楚(request.interpreter 不存在)。
有没有办法在 django 中获取解释器名称?
I have hosted my django application with apache and mod_python. When i was going through the mod_python documentation, I found that there is a way to know under which interpreter my application is running (By using req.interpreter).
I tried to check that in django, by checking request object. But I couldn't figure out(request.interpreter doesn't exist).
Is there a way to get interpreter name in django?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后检查 Apache 错误日志文件。
Then check the Apache error log file.