Re: Problems with running Django on a remote machine

2007-06-20 Thread Dirk van Oosterbosch, IR labs
On 21-jun-2007, at 2:06, Malcolm Tredinnick wrote: > On Wed, 2007-06-20 at 18:34 +0200, Dirk van Oosterbosch, IR labs > wrote: >> Should I make this into a ticket? >> > > You could open a ticket, but it's likely not to be "fixed" very > quickly, > because it's such an unusual and unrepeatable

Re: Problems with running Django on a remote machine

2007-06-20 Thread Malcolm Tredinnick
On Wed, 2007-06-20 at 18:34 +0200, Dirk van Oosterbosch, IR labs wrote: > > On 19-jun-2007, at 13:42, Dirk van Oosterbosch, IR labs wrote: > > > > > It runs untill I try to load a page (from another ssh > > > > > > > > shell). And I just get the prompt back: > > > > > > > > > > > > > > This

Re: Problems with running Django on a remote machine

2007-06-20 Thread Dirk van Oosterbosch, IR labs
On 19-jun-2007, at 13:42, Dirk van Oosterbosch, IR labs wrote: >>> It runs untill I try to load a page (from another ssh >>> shell). And I just get the prompt back: >>> > > This is as far as I am getting: > > in /core/servers/basehttp.py, line 272 (ServerHandler class, run()) > self.result = ap

Re: Problems with running Django on a remote machine

2007-06-19 Thread Dirk van Oosterbosch, IR labs
On 19-jun-2007, at 0:59, Malcolm Tredinnick wrote: It runs untill I try to load a page (from another ssh shell). And I just get the prompt back: >> >> The server hangs on the next line, 272: >> self.result = application(self.environ, self.start_response) >> and just exits, without

Re: Problems with running Django on a remote machine

2007-06-18 Thread Malcolm Tredinnick
On Mon, 2007-06-18 at 15:04 +0200, Dirk van Oosterbosch, IR labs wrote: > > On 15-jun-2007, at 0:18, Malcolm Tredinnick wrote: > > > > > On Thu, 2007-06-14 at 16:37 +0200, Dirk van Oosterbosch, IR labs > > wrote: > > [...] > >> > >> Exactly. It runs untill I try to load a page (from another ss

Re: Problems with running Django on a remote machine

2007-06-18 Thread Dirk van Oosterbosch, IR labs
On 15-jun-2007, at 0:18, Malcolm Tredinnick wrote: > > On Thu, 2007-06-14 at 16:37 +0200, Dirk van Oosterbosch, IR labs > wrote: > [...] >> >> Exactly. It runs untill I try to load a page (from another ssh >> shell). >> And I just get the prompt back: > > [...] > So maybe shove some debug pr

Re: Problems with running Django on a remote machine

2007-06-14 Thread Malcolm Tredinnick
On Thu, 2007-06-14 at 16:37 +0200, Dirk van Oosterbosch, IR labs wrote: [...] > > Exactly. It runs untill I try to load a page (from another ssh shell). > And I just get the prompt back: > [EMAIL PROTECTED]: ~/mysite_project/mysite]% python manage.py runserver > Validating models... > 0 errors fo

Re: Problems with running Django on a remote machine

2007-06-14 Thread Dirk van Oosterbosch, IR labs
On 14-jun-2007, at 9:34, Malcolm Tredinnick wrote: >> I tried to use manage.py runserver on the remote machine. But >> the issue I am running into is that every time I try to view a page, >> the runserver process quits out on me and from the browser I get the >> response 'connection refused'. >>

Re: Problems with running Django on a remote machine

2007-06-14 Thread Graham Dumpleton
On Jun 14, 5:23 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-06-14 at 03:40 +, Graham Dumpleton wrote: > > [...] > > > No one > > though seems to want to update the documentation. > > Which ticket is this? > > You keep complaining about this and yet it's unlikely that some

Re: Problems with running Django on a remote machine

2007-06-14 Thread Malcolm Tredinnick
On Thu, 2007-06-14 at 01:30 +0200, Dirk van Oosterbosch, IR labs wrote: > Hello, > Django newbie here. > > > I just started with learning and trying Django. I quite like it. > I'm developing a little site on my Powerbook, but now I want to deploy > it on a remote machine and I have some problems

Re: Problems with running Django on a remote machine

2007-06-14 Thread Malcolm Tredinnick
On Thu, 2007-06-14 at 03:40 +, Graham Dumpleton wrote: [...] > No one > though seems to want to update the documentation. Which ticket is this? You keep complaining about this and yet it's unlikely that somebody like me is going to remember a throwaway comment on the list when I sit down to

Re: Problems with running Django on a remote machine

2007-06-13 Thread Graham Dumpleton
On Jun 14, 9:30 am, "Dirk van Oosterbosch, IR labs" <[EMAIL PROTECTED]> wrote: > 3. The docs say I should have Apache+mod_python as preform MPM as > oposed to worker MPM. How do I find out which of those two I've got > running here? > [Thu Jun 14 00:36:33 2007] [notice] mod_python: Creating 8 sess

Problems with running Django on a remote machine

2007-06-13 Thread Dirk van Oosterbosch, IR labs
Hello, Django newbie here. I just started with learning and trying Django. I quite like it. I'm developing a little site on my Powerbook, but now I want to deploy it on a remote machine and I have some problems. I have three issues. 1. First I tried to use manage.py runserver on the remote ma