Mobile app version of vmapp.org
Login or Join
Jamie184

: How do I install and run django on iPage (a shared webhost)? 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.

@Jamie184

Posted in: #Django #Python #WebHosting

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.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

3 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

August 2013 : ipage has confirmed that they don't support python frameworks.

10% popularity Vote Up Vote Down


 

@Gretchen104

I found this tutorial - 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 - stackoverflow.com/questions/3340996/hosting-django-on-a-shared-fastcgi-host
Other tutorials are available www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=django+install+cgi-bin&qscrl=1

10% popularity Vote Up Vote Down


 

@Goswami781

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

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme