2013-04-28 73 views

回答

0

我知道这是旧帖子,但如果你仍然尝试在heliohost上使用django,请为heliohost尝试使用cookiecutter模板。

$ pip install cookiecutter 
$ cookiecutter https://github.com/rahul-gj/cookiecutter-helio.git 
    project_name [mysite]: ---> Type your project name here. 
    helio_user [user_name]: ---> your heliohost username. 

具有项目名称的文件夹将在工作目录中创建。 在heliohost public_html目录上粘贴文件夹(文件夹+ manage.py文件)的内容。

去yourusername.heliohost.org/yourproject

您应该看到这样的事情: https://krydos.heliohost.org/djangotest/

探索heliohost Django的。