Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在centos 5上运行wsgi ...
我最近在本地从 1.0 更新到 1.1
我使用 svn update 更新了服务器
现在,当我将本地开发的新应用程序应用到服务器时,它会返回 500 错误。
我所做的只是 python manage.py startapp appname
将应用程序添加到设置文件中的 installed_apps 并上传
然后这会导致 500 错误......有什么会导致这个吗?
还要检查http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges上的列表。
前几天我们不是在 IRC 中为你解决了这个问题吗?如果不是,则有人具有相同的操作系统和模糊的问题描述。
原来是导致问题的第三方应用程序,而不是新添加的应用程序(如果仔细阅读,对引用的审查证明了这一点)