涡轮齿轮 2 / 塔架

发布于 2024-12-04 13:21:52 字数 331 浏览 1 评论 0原文

我真的很困惑我的目录结构如下。 project下的/foo/bar/project/

是通过virtualenv的python环境。

我还有两个额外的文件夹 live 和 beta。

Live 通过 apache wsgi 提供服务,而 beta 则使用 Paster 提供服务。

一些实时站点如何从 beta 目录提供模板的信息。为了确保我没有失去理智,我将 beta 目录重命名为 wtfbeta,希望服务器抛出错误来帮助我找出问题所在。

不,相反,它只是从实时目录加载正确的模板。 (重新启动 apache2 服务后)。

我真的被困在这里了。

I am really confused i have a directory structure as follows.
/foo/bar/project/

under project is the python environment via virtualenv.

I have two additional folders live, and beta.

Live is served via apache wsgi and beta is served using paster.

Some how the live site is serving templates from the beta directory. To make sure i wasn't losing my mind I renamed the beta directory to wtfbeta expecting the server to throw an error helping me track down what went wrong.

Nope, instead it just falls back to loading the correct template from the live directory. (after service apache2 restart).

I am really stuck here.

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

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

发布评论

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

评论(1

星光不落少年眉 2024-12-11 13:21:52

此问题与使用相同 virtualenv 的两个站点有关。

This issue was related to both sites using the same virtualenv.

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