Re: install django on a shared host, with fastcgi

2009-01-22 Thread anode
I've managed to successfully install django running fcgi on my shared host, but I've got to warn you, it's not usually an easy path. Took me ages. It's usually much, much easier to use a django-friendly host such as webfaction, but anyway, here a couple of points from a non-expert. 1) Are you ty

install django on a shared host, with fastcgi

2009-01-21 Thread codediscuss.com
Hello, I'm new to python, apache and django. I'm trying to install django on my shared host (hostmonster). I searched for some tutorials and followed them but no luck. Here is the page I get when I try to visit my site: Not Found The requested URL /home/pri*/public_html/django.fcgi/visual*

Re: Django on a shared host

2008-04-07 Thread papertrail
Hi, Thank you very much for your quick reply. I got it pretty much right after you wrote it yesterday... I figured I'd get it working first, then reply with my results for everyone's benefit. :) Alas, it really took all day yesterday, a good night's rest and then getting a fresh start with a fres

Re: Django on a shared host

2008-04-06 Thread Tim Chase
> I just sent a reply, but I guess I don't know how to use Google groups > so well (sorry). I think it went directly to the author instead of > posting here. Yes indeed, it did go directly to me :) > Basically I don't understand Tim's answer and could it > be explained a bit more? I'll see what

Re: Django on a shared host

2008-04-06 Thread papertrail
I just sent a reply, but I guess I don't know how to use Google groups so well (sorry). I think it went directly to the author instead of posting here. Basically I don't understand Tim's answer and could it be explained a bit more? Thanks. On Feb 27, 9:15 am, Tim Chase <[EMAIL PROTECTED]> wrote:

Re: Django on a shared host

2008-03-10 Thread Snoop1990
Ok, I tested your tips and always came to the same point. I do not have a .bash_profile file ! Is there any way to do it without ? I think the shell on the profusehost.net servers look all the same. Any way without the path initialization ? I really want to try django ! Regrades Snoop1990 --~--~-

Re: Django on a shared host

2008-03-09 Thread Snoop1990
My Host is profusehost.net I am not sure if they support django, but they have python so I thought it might work. I am new to django ! On Feb 27, 5:15 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > > A free webhost that allows Django?  Even if it's fairly limited, > this is interesting.  Can you tell

Re: Django on a shared host

2008-03-03 Thread Amit Ramon
I'm aware I'm a bit late :-), but here is a link to detailed instructions for setting up django on a shared host (site5 in this case): http://forums.site5.com/showthread.php?t=10236 --- Amit * Snoop1990 <[EMAIL PROTECTED]> [2008-02-27 08:07 -0800]: > > Hey, > I am n

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread Jacob Kaplan-Moss
On 7/19/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > Gypsy is run by Jacob, so naturally ... - afaik they have a waiting > list. Actually, "they", err... me, are basically defunct; turned out running a hosting company is a lot more work than I thought Jacob --~--~-~--~~--

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread Kenneth Gonsalves
On 20-Jul-07, at 7:20 AM, walterbyrd wrote: >> You could do what I did decide Dreamhost is unacceptable for >> hosting anything but a very, very small Django site, and go over to >> Webfaction. > > I don't use Webfaction myself, but I have heard nothing but good > things about them. If you d

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread walterbyrd
On Jul 17, 2:22 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > You could do what I did decide Dreamhost is unacceptable for > hosting anything but a very, very small Django site, and go over to > Webfaction. I don't use Webfaction myself, but I have heard nothing but good things about

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread [EMAIL PROTECTED]
You could do what I did decide Dreamhost is unacceptable for hosting anything but a very, very small Django site, and go over to Webfaction. It's still shared, but it's far more robust, and they both know and understand what you want. Plus, django comes installed. On Jul 17, 1:00 pm, KpoH <[

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread KpoH
great! gordyt пишет: > Andy here are my notes for setting up Django with Dreamhost using > FastCGI: > > http://www.gordontillman.info/Development/DjangoDreamhost > > --gordy > -- Artiom Diomin, Development Dep, "Comunicatii Libere" S.R.L. http://www.asterisksupport.ru http://www.asterisk-sup

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread gordyt
Andy here are my notes for setting up Django with Dreamhost using FastCGI: http://www.gordontillman.info/Development/DjangoDreamhost --gordy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Django on a shared host. The docs are scaring me ;)

2007-07-12 Thread Collin Grady
One problem with fastcgi directions is that there is no "one method" - on some hosts, one method won't work, while another will. Most guides only mention one method or the other, so you're sort of left hanging unless you find the other method. --~--~-~--~~~---~--~

Re: Django on a shared host. The docs are scaring me ;)

2007-07-12 Thread [EMAIL PROTECTED]
Five minutes ago I bought Dreamhost hosting for put an Django application. This month I'll try it. On Jul 12, 8:56 pm, JP <[EMAIL PROTECTED]> wrote: > Check out this:http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/ > > On Jul 11, 7:06 am, AndyB <[EMAIL PROTECTED]> wrote: > > > Despite

Re: Django on a shared host. The docs are scaring me ;)

2007-07-12 Thread JP
Check out this: http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/ On Jul 11, 7:06 am, AndyB <[EMAIL PROTECTED]> wrote: > Despite having three live Django sites running from Apache and FCGI I > have always felt there was a certain degree of black magic about the > process and I've succe

Django on a shared host. The docs are scaring me ;)

2007-07-11 Thread AndyB
Despite having three live Django sites running from Apache and FCGI I have always felt there was a certain degree of black magic about the process and I've succeeded only by following instructions and keeping my fingers crossed. Quite often the process takes several hours of fiddling and it seems

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Graham Dumpleton
On Jul 5, 5:38 pm, "Fabien Schwob" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently hosting my Django websites on a dedicated server and it > works fine. I restart Apache when I make modifications since I'm alone > on the box. > > But I've made evangelism for Django and I've convinced some f

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Fabien Schwob
> Textdrive (Joyent) offers Django hosting. > > There is an install script that will setup Django for you: > http://textusers.com/wiki/Installing_Django The problem is that I would like to make my own configuration from a raw Linux distribution (In my case a Ubuntu 6.10 or 7.04). So, with this li

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Evan H. Carmi
Fabien Schwob wrote: > Hello, > > I'm currently hosting my Django websites on a dedicated server and it > works fine. I restart Apache when I make modifications since I'm alone > on the box. > > But I've made evangelism for Django and I've convinced some friends to > use it. So I would like to

Best practices to provide Django on a shared host

2007-07-05 Thread Fabien Schwob
Hello, I'm currently hosting my Django websites on a dedicated server and it works fine. I restart Apache when I make modifications since I'm alone on the box. But I've made evangelism for Django and I've convinced some friends to use it. So I would like to take a new server and to set up a "Dj