简体   繁体   English

未处理的异常Django

[英]Unhandled Exception Django

Trying to set up a django app ( Snapboard ) on Hostgator with FastCGI, but getting an Unhandled Exception error after running syncdb. 尝试使用FastCGI在Hostgator上设置django应用程序( Snapboard ),但在运行syncdb后出现Unhandled Exception错误。

Any ideas as to why this is caused, or how to fix it, are greatly appreciated 我们非常感谢任何有关为何导致此问题或如何解决问题的想法


Caveat: 警告:

The app is set-up to run on Django 1.0, but Django 1.3 is already installed so was trying to use that instead. 该应用程序设置为在Django 1.0上运行,但Django 1.3已经安装,所以试图使用它。

Thank you! 谢谢!

Actually, it turns out that my problem was with trying to use Hostgator for setting up django. 实际上,事实证明我的问题是尝试使用Hostgator来设置django。 If you have a reseller account, you are not granted root access for ssh, so I was unable to successfully run install and create the dependencies for the app. 如果您有转销商帐户,则不会为ssh授予root访问权限,因此我无法成功运行install并为应用程序创建依赖关系。

I'm just going to go another route. 我只是想走另一条路。 Just letting everyone know that these difficulties exist using hostgator's 'reseller' account. 让大家知道使用hostgator的“经销商”帐户存在这些困难。 Apparently, their plans that are hosted on dedicated servers are structured differently, but I had a lot of problems trying to work under a 'reseller' account structure. 显然,他们在专用服务器上托管的计划结构不同,但我在尝试使用“经销商”帐户结构时遇到了很多问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM