Re: Deploying a Django 1.9 project

2016-07-07 Thread ofeyofey
Hi, I also am trying to deploy Django 1.9 to Bluehost shared hosting, but with Python 2.7. As the server is Apache I should be using mod_wsgi but that requires access to httpd.config which Bluehost does not allow . FastCGI is not supported by Django

Re: Deploying a Django 1.9 project

2016-04-13 Thread James Schneider
> > I've been developing a site with Django 1.9 with Python3 and I'm hitting a > wall when trying to deploy it to a hosting service. I currently have a > shared service plan through BlueHost and I'm having trouble getting > everything to work right. In talking with BlueHost they stated they only >

Re: Deploying a Django 1.9 project

2016-04-12 Thread Devrhoid Davis
Hi Nick, In my limited experience, you seem to have two options: 1. You can switch to another host who will grant you root access (such as linode.com) and proceed to install django and python with the required dependencies. OR You can downgrade to Python 2.7 and use django 1.7 with your

Deploying a Django 1.9 project

2016-04-12 Thread Nick Jenkins
I've been developing a site with Django 1.9 with Python3 and I'm hitting a wall when trying to deploy it to a hosting service. I currently have a shared service plan through BlueHost and I'm having trouble getting everything to work right. In talking with BlueHost they stated they only support