2009/2/16 haestan none <haes...@hotmail.com>

>  Sorry, it looks like I had a wrong assumption in my original question. The
> server seems to hang as soon as I try to update a model with an URLField
> that is set to 'http://localhost:8000' (this is where the built-in
> webserver is running).
>
> Is this a bug or can't Django validate an URLField to its own webserver?
>
> Please forget, what I've written in the original post.
>

The development server is single-threaded and thus unable to serve requests
that require talking to itself, essentially.  This is a conscious
limitation, if you need to do this kind of thing during development testing
there are ways to accomplish it.  See this thread:

http://groups.google.com/group/django-users/browse_thread/thread/eaf7949437f0b856/984ae12bfae2bb80
?

and the one it points to for more discussion.

Karen

--~--~---------~--~----~------------~-------~--~----~
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