> Is the page truly blank? Ie., have you gone 'View Source' in the
> browser to see what is returned. Are you sure you haven't stuffed up
> something in global HTML template whereby missing a closing '>' for
> HTML.

Yup, view source shows it's blank, as in nothing is in the source at all.

> Since now using mod_wsgi, try wrapping the WSGI application for Django
> in the LoggingMiddleware examples described in:
>
>  http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
>
> The second of those can be used to capture all the response direct out
> of the WSGI application and may assist in helping you see what is
> actually returned before the web server does anything with it.
>

I'll give that a shot, thanks

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