On Wed, Jan 21, 2009 at 11:34 AM, joshuajonah <j...@joshuajonah.com> wrote:
>
> I'm having an issue getting Apache to serve a view. It appears to work
> fine through shell (http://dpaste.com/111549/), however when viewed
> through a web browser, it loads indefinitely.
>
> Here is the view: http://dpaste.com/111551/
>
> Any ideas guys?
> >
>


What's the contents of the response in the shell?  Perhaps the shell
version encounters an exception and returns, while the server version
gets hung up on something further along (looks like you're accessing a
remote session, which might take a while).  Either way, I'd put some
debugging statements in your view and see how far it gets...

Colin

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