django-nginx+fastcgi -->未处理的异常(从 Django 1.2.4 升级到 Django 1.3 后)
我刚刚从 django 1.2.4 升级到 1.3。
我将 nginx 与 fastcgi 结合使用,由于某种原因,每次访问页面时都会收到此错误:
Unhandled Exception
An unhandled exception was thrown by the application.
有什么想法可能是什么问题吗?
I just upgraded from django 1.2.4 to 1.3.
I'm using nginx in conjunction with fastcgi and for some reason every time when I access a page I get this error:
Unhandled Exception
An unhandled exception was thrown by the application.
Any ideas what the problem might be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要追踪 fastcgi 错误日志。那里应该有更详细的信息。
You need to track down your fastcgi error log. There should me more detailed information in there.
为了修复它,我在以下位置添加了此类(实际上不执行任何操作):
/usr/local/lib/python2.6/dist-packages/django/middleware/http.py
To fix it I added this class (that practically doesn't do anything) in the :
/usr/local/lib/python2.6/dist-packages/django/middleware/http.py