Jump to content

[Solved] Trying To Set Up My Account With A Django Website, But Get A 500 Error


Recommended Posts

Posted

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: aslet

The site: http://alexisferreira.heliohost.org/

 

Thanks in advance,

Aslet

Posted
Please ensure that the proper shebang line is used and all permissions are set properly.
In what files do I need the shebang?
Posted

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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...