Re: how to get all the context variable name in a template

2010-03-27 Thread Daniel Roseman
On Mar 27, 1:34 pm, PanFei wrote: > hi all, i want to know if there is a way to get all the context > variable (name) in a template. > > for example : > > I use render_to_response(template, {} > context_instance=RequestContext(request)) to return a response .but I > really do not know the context_

how to get all the context variable name in a template

2010-03-27 Thread PanFei
hi all, i want to know if there is a way to get all the context variable (name) in a template. for example : I use render_to_response(template, {} context_instance=RequestContext(request)) to return a response .but I really do not know the context_instance=RequestContext(request) put a user objec