aslet Posted August 14, 2013 Posted August 14, 2013 Hello, Yesterday I created an account with HelioHost and today I was trying to set up my previously developed django project with it by following these instructions: http://www.heliohost.org/home/features/languages/python. However, I don't know why whenever I try to access the site I get a 500 Internal Server Error. Help would be extremely appreciated. My username: asletThe site: http://alexisferreira.heliohost.org/ Thanks in advance,Aslet
Ice IT Support Posted August 14, 2013 Posted August 14, 2013 Please ensure that the proper shebang line is used and all permissions are set properly.
aslet Posted August 16, 2013 Author Posted August 16, 2013 Please ensure that the proper shebang line is used and all permissions are set properly. In what files do I need the shebang?
Krydos Posted August 16, 2013 Posted August 16, 2013 The easiest way to get started with django is to download http://area51.heliohost.org/djangotest.zip and extract it on your account. Then edit dispatch.wsgi changing "area51" to your account username. Also create a folder named ".python_egg_cache" in your /home/<username> directory. Change the permissions on this folder to 777. If you follow these instructions correctly you should see something like http://area51.heliohost.org/djangotest/ which means that it is working. From there you can change your code to make your functioning django website.
Recommended Posts