I am using an iPage hosted server and I am willing to use django. As per the provider, they support python inside cgi-bin dir. I would like to know how do I install django on a cgi server if that's possible.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I found this tutorial - http://joemaller.com/1467/django-via-cgi-on-shared-hosting/

Running Django under CGI is not impossible. It just kind of really sucks.

Someone else tried it on the same host and hit a problem, but got a solution - http://stackoverflow.com/questions/3340996/hosting-django-on-a-shared-fastcgi-host

Other tutorials are available http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=django+install+cgi-bin&qscrl=1

link|improve this answer
feedback

You need to check whether they support django or you can ask them to install it for you. Good luck

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.