开发者

Django application deployment problem and error logs

开发者 https://www.devze.com 2023-03-17 18:53 出处:网络
I am trying to deploy my django application to VPS but I get 505- Internal Server Error and it is normal for the first time.

I am trying to deploy my django application to VPS but I get 505- Internal Server Error and it is normal for the first time.

However, the admin of the VPS server do not allow me to s开发者_高级运维ee the error logs of the Apache Server. In such situation, is there any way to view the real error messagges/logs ?

Thanks


If you deployed your app with DEBUG=True maybe the error message can help you.

Your vps admin should give to you at least a copy of your log files.. i don't see another way..

0

精彩评论

暂无评论...
验证码 换一张
取 消