On Thursday 26 January 2006 09:43, tonemcd wrote: > I guess what I was after was functionality like <dtml-var REQUEST> in > Zope, where the entire HTTP Request object is dumped, along with > environment and other variables. GET and POST are all expanded out too. > With the Zope PageTemplate code that Stefan contributed, I can get that > functionality back, but only by using PageTemplates ;)
Hi Tone, I think this might give you what you are looking for: <http://www.djangoproject.com/documentation/templates/#debug>

