Hi,

I'm trying to get a big project up and running again on my local 
machine. I updated to the latest trunk.

I'm getting this error before reaching my view function and after 
waiting about 30 seconds while both mozilla and django just sit and do 
nothing, not even waste CPU:

http://dpaste.com/26604/

I tried removing a lot of code like the context processor, various 
pieces of middleware and change my view function to:

def browse(request):
     print "in view"
     return HttpResponse("hello")

but to no avail.

Another hint is that another view function works just fine!

Any hints would be great I'm hitting a wall here :)


cheers,


  - bram

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

Reply via email to