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. I have three issues. > > > 1. First 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'. > (I have two Terminal windows open, both logged into the remote machine > through ssh, one with '% python manage.py runserver', the other with > '% links http://127.0.0.1:8000' ) > I can't see why the runserver quits, i.e. there are no error messages > popping up on in the Terminal. Is there another place to look for an > error log from runserver? Or is there another way to debug this?
So when it "quits" you just get the prompt back? That would be very unusual. You could try putting debug printing into django/core/servers/basehttp.py to see what is going on. I haven't heard of this happening before. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---