On Mar 13, 3:37 am, "akonsu" <[EMAIL PROTECTED]> wrote:
> hello,
> i do not know what causes this.
> i am curious what happens if you replace
> return HttpResponse(stdout or stderr)
> with
> return HttpResponse('hello world')If I do that, 'hello world' is printed in the web browser, but its still stuck on loading and the same issues with not being able to restart the web server persists. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

