Re: Django on Hostmonster shared hosting

2009-08-04 Thread Gene
I am currently running a django site successfully on HM shared hosting. As far as I can tell I am using the same setup as you- except that I haven't yet upgraded to flup 1.0.3. It looks like your troubles are just with the path, though the WSGI errors trouble me. I'll let you know if my site brea

Re: Django on Hostmonster shared hosting

2009-08-04 Thread Daniel Roseman
On Aug 3, 10:17 pm, uxp wrote: > On Aug 2, 4:21 pm, Daniel Roseman wrote: > > Maybe a silly question, but you keep talking about > > 'myproject.settings' - do you mean this is what you've called the > > file? That won't work at all. The settings should be called > > settings.py, you don't need t

Re: Django on Hostmonster shared hosting

2009-08-04 Thread Dj Gilcrease
On Sun, Aug 2, 2009 at 1:10 PM, Tim wrote: > > Hello > > I have been trying to get Django working with Hostmonster.com shared > webhosting with FCGI. > > From what I gather from the HM forums, this is possible, but I've been > hitting some issues. I was with HM for 5 years running django for the

Re: Django on Hostmonster shared hosting

2009-08-03 Thread prabhu S
in mysite.fcgi fix the settings file name. os.environ['DJANGO_SETTINGS_MODULE'] = "mysite.settings" Your settings file is inside a directory called "mysite". It will help if you quickly take a look at modules documentation in python. Also your fcgi complains about several missing parameters. It

Re: Django on Hostmonster shared hosting

2009-08-03 Thread uxp
On Aug 2, 4:21 pm, Daniel Roseman wrote: > On Aug 2, 8:10 pm, Tim wrote: > > > Hello > > > I have been trying to get Django working with Hostmonster.com shared > > webhosting with FCGI. > > > From what I gather from the HM forums, this is possible, but I've been > > hitting some issues. > > >

Re: Django on Hostmonster shared hosting

2009-08-02 Thread Daniel Roseman
On Aug 2, 8:10 pm, Tim wrote: > Hello > > I have been trying to get Django working with Hostmonster.com shared > webhosting with FCGI. > > From what I gather from the HM forums, this is possible, but I've been > hitting some issues. > > I've installed Python 2.6.2 in my home directory, and by all