On Nov 3, 5:53 pm, Tom Evans <tevans...@googlemail.com> wrote:
> How are you running django?
>
> Are you going to a view at /client/, which then tries to access a different
> view using urllib? IE, from the view at /client/, are you trying to access
> the same server as you are running on?
>
> Remember that the django 'runserver' web server is single threaded, single
> process web server. It will not handle any requests until it has finished
> processing the current one.

That's it. Thanks for your answer, it was driving me crazy. I'm new to
django, I've read a couple of books, but this is my first serious
application.
Thanks again for your help.

Jose Blanca
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to