webfaction 中的 ViewDoesNotExist

发布于 2024-11-18 17:43:30 字数 451 浏览 2 评论 0原文

我在 webfaction 上使用 FTP 上传我的项目,现在使用 putty 登录。但是同一个项目工作正常,但上传后出现错误 viewdoesnotexist 我不知道我必须做什么更改,我是新手。是的! a 对 apache httpd.conf 进行了更改并创建了 scene_finder.wsgi。

ViewDoesNotExist 位于 /index 无法导入 scene_finder.views。错误是:没有名为视图的模块 请求方式:GET 请求网址:http://gbtech.webfactional.com/index Django 版本:1.3 异常类型:ViewDoesNotExist 异常值:
无法导入 scene_finder.views。错误是:没有名为 view 的模块

提前致谢

I upload my project using FTP on webfaction and now using putty i logged in. But same project is working fine but after uploading it is giving error viewdoesnotexist i dont know what changes i have to do i am a newbie. And yeah! a have made changes in apache httpd.conf and created scene_finder.wsgi.

ViewDoesNotExist at /index
Could not import scene_finder.views. Error was: No module named views
Request Method: GET
Request URL: http://gbtech.webfactional.com/index
Django Version: 1.3
Exception Type: ViewDoesNotExist
Exception Value:
Could not import scene_finder.views. Error was: No module named view

Thanks in advance

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

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

发布评论

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

评论(1

谁的新欢旧爱 2024-11-25 17:43:30

在您的 scene_finder.wsgi 中,可能会有一些设置 PYTHONPATH 的代码。确保它包含 /home/webapps/django/scene_finder/scene

In your scene_finder.wsgi there'll probably be some code that sets up your PYTHONPATH. Make sure it includes /home/webapps/django/scene_finder/scene.

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