|
Running the latest version of OSQA in debug mode. When I attempt to debug templates using the Django Debug, the header states "Templates (11 rendered)", but the rest of the page is blank. Anyone seeing this behavior? |
|
Running the latest version of OSQA in debug mode. When I attempt to debug templates using the Django Debug, the header states "Templates (11 rendered)", but the rest of the page is blank. Anyone seeing this behavior? |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25 Jul '10, 15:43
Seen: 344 times
Last updated: 02 Jan '11, 14:58
I have the same problem too. It seems like this is a bug in Django Debug: https://github.com/robhudson/django-debug-toolbar/issues/issue/45 Unfortunately, the proposed simple fix is not very clear to apply.
There is a simpler middleware class that lists the templates used in any page: http://djangosnippets.org/snippets/766/ It works well. But there is a small fix explained in the comments http://djangosnippets.org/comments/cr/15/766/#c1360