On May 5, 2:01 pm, msoulier <[EMAIL PROTECTED]> wrote:
> Seems like an issue with the built-in web server.
In fact, if I modify handlers/wsgi.py, and print the request object
before it gets to get_response(), suddenly it's fine.
try:
request = WSGIRequest(environ)
print "DEBUG:", request
response = self.get_response(request)
So it sounds like something going into get_response was perhaps not
initialized?
Mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---