How can I get a Django TemplateLoader see the current Context or Request?

Posted by Joe Simpson on Stack Overflow See other posts from Stack Overflow or by Joe Simpson
Published on 2010-05-15T19:28:12Z Indexed on 2010/05/15 19:34 UTC
Read the original article Hit count: 213

Filed under:
|
|

Hi, I' m trying to build a Django TemplateLoader, but I can't make it 'see' either the current Context or Request, so I can't really do much with it.

Does anyone know how I can make a Django TemplateLoader do this?

Many Thanks

Joe

© Stack Overflow or respective owner

Related posts about django

Related posts about django-templates