Re: Does anyone use Django on bluehost? "Cant find fcgi module" error on line 9 .

2016-04-09 Thread Rob Groves
I am using Django on bluehost. I suspect that the issue you are seeing is that Django1.9 has stopped supporting fcgi. I found that out when I tried to upgrade from 1.8 a while back. I think you can probably copy over the fcgi module from the Django 1.8 release, but I haven't tried that. I

Does anyone use Django on bluehost? "Cant find fcgi module" error on line 9 .

2016-04-07 Thread djangogirl21
We are using django on bluehost. Installed python, flup, django, and using a postgres server. Every time I try and run fcgi it gives an error that the module does not exist. Verified with bluehost that it is on our server. Put it in the htaccess file Help anyone -- You received

Re: Django on Bluehost

2012-09-29 Thread JJ Zolper
I hate to be that guy but... I was on Bluehost for a while but I just ended up deciding the benefits of switching to WebFaction far outweighed the benefits of staying on Bluehost as a Django user. If you're interested in joining WebFaction or hearing more about it feel free to send me an e

Re: Django on Bluehost

2012-09-25 Thread Gladson SimplĂ­cio Brito
https://www.appfog.com/ 2012/9/24 Babatunde Akinyanmi > If cloud, I like dotcloud > > On 9/24/12, Alec Taylor wrote: > > You will probably crap-out with Bitbucket. Go to a cloud provider > instead. > > > > For example, Red Hat OpenShift offers

Re: Django on Bluehost

2012-09-24 Thread Babatunde Akinyanmi
If cloud, I like dotcloud On 9/24/12, Alec Taylor wrote: > You will probably crap-out with Bitbucket. Go to a cloud provider instead. > > For example, Red Hat OpenShift offers their IaaS platform for free (ATM > anyway). > > On Mon, Sep 24, 2012 at 2:21 PM, Zach

Re: Django on Bluehost

2012-09-24 Thread Alec Taylor
You will probably crap-out with Bitbucket. Go to a cloud provider instead. For example, Red Hat OpenShift offers their IaaS platform for free (ATM anyway). On Mon, Sep 24, 2012 at 2:21 PM, Zach wrote: > Hey everyone, > I have recently been setting up a Django 1.4.1

Re: Django on Bluehost

2012-09-24 Thread carlos
I configure many project in bluehost the ways i use is put the code in dir home for example /home/user/projects/mysite in /home/user/public_html/django.fcgi and .htaccesss and the content is: django.wsgi #!/home3/user/bin/python import sys, os sys.path.insert(0,"/home3/user/projects/mysite")

Django on Bluehost

2012-09-24 Thread Zach
Hey everyone, I have recently been setting up a Django 1.4.1 project with python 2.7.2 and MySQL. I am using fcgi to deploy my project in this environment because mod_wsgi is not available through bluehost. After much frustration I have gotten my site up to display the "it works" page. Now for

Re: Django + fastCGI + bluehost

2006-05-13 Thread [EMAIL PROTECTED]
Rick wrote: > Thanks, > > It turns out I had the mod_rewrite rules wrong. > I've also gotten rid of my python error. > > How did you get svn working? No svn although I'm thinking in installing the binaries locally. Saludos, IvO --~--~-~--~~~---~--~~ You

Re: Django + fastCGI + bluehost

2006-05-07 Thread Rick
Thanks, It turns out I had the mod_rewrite rules wrong. I've also gotten rid of my python error. How did you get svn working? Rick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Django + fastCGI + bluehost

2006-05-06 Thread [EMAIL PROTECTED]
Hi, Just to reply to Rick, I kind of succeeded in configuring django. At least I access the admin interface for the tutorial application (polls). In summary: - I followed the 'django on dreamhost' instructions - Compiled in psycopg (not avail by default), used bluehost's porstgres headers. - The

Re: Django + fastCGI + bluehost

2006-05-05 Thread Rick
Hi, James Crasta, over at django-developers talks about a patch he wrote to django 0.95 for making django work easily in a fastcgi environment. See: http://groups.google.com/group/django-developers/browse_thread/thread/eb7ddd45ec78883f/b3914435747e139c He's intending to do a write up on it

Re: Django + fastCGI + bluehost

2006-05-05 Thread [EMAIL PROTECTED]
Hi, I ave the exact same problem. I have also setup mod_fastcgi on my home box and then fired up my site locally. Got the same error. Please help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Django + fastCGI + bluehost

2006-05-04 Thread Rick
notes > on how to get things running I have found are here: > > http://wiki.dreamhost.com/index.php/Django > > Bluehost is setup pretty much the same as dreamhost. I recommend > Bluehost for the price and support. > > James > > Carlos Yoder wrote: > > Hey ther

Re: Django + fastCGI + bluehost

2006-04-10 Thread Carlos Yoder
James wrote: >> I have django running on my bluehost account with fcgi. The best notes on how to get >> things running I have found are here: >> >> http://wiki.dreamhost.com/index.php/Django >> >> Bluehost is setup pretty much the same as dreamhost. I

Re: Django + fastCGI + bluehost

2006-04-09 Thread gabor
James wrote: > Carlos, > > I have django running on my bluehost account with fcgi. The best notes > on how to get things running I have found are here: > > http://wiki.dreamhost.com/index.php/Django > > Bluehost is setup pretty much the same as dreamhost. I recommend

Re: Django + fastCGI + bluehost

2006-04-07 Thread James
Carlos, I have django running on my bluehost account with fcgi. The best notes on how to get things running I have found are here: http://wiki.dreamhost.com/index.php/Django Bluehost is setup pretty much the same as dreamhost. I recommend Bluehost for the price and support. James Carlos

Django + fastCGI + bluehost

2006-04-07 Thread Carlos Yoder
Hey there, FP and all that :-) Does anyone of you have experience with running Django on Bluehost? They don't support mod_python, but according to their support people, they do FastCGI. I include their reply, to see if it helps: We do not have mod_python installed, but we do