Re: cached template loader

2012-12-18 Thread Chris Cogdon
UTC+1, Sævar Öfjörð wrote: >> >> I've also tried passing this through >> django.shortcuts.render_to_response, but I get the same error. >> - Sævar >> >> On Jul 6, 2:41 pm, Sævar Öfjörð wrote: >> > Hi, I've been using the default templa

Re: cached template loader

2012-12-18 Thread Tom Martin
t. On Tuesday, July 6, 2010 1:45:27 PM UTC+1, Sævar Öfjörð wrote: > > I've also tried passing this through > django.shortcuts.render_to_response, but I get the same error. > - Sævar > > On Jul 6, 2:41 pm, Sævar Öfjörð wrote: > > Hi, I've been using the default

Re: cached template loader

2010-07-06 Thread Sævar Öfjörð
I've also tried passing this through django.shortcuts.render_to_response, but I get the same error. - Sævar On Jul 6, 2:41 pm, Sævar Öfjörð wrote: > Hi, I've been using the default template loaders and it works fine. > Now I want to add the cached template loader, but I get a

cached template loader

2010-07-06 Thread Sævar Öfjörð
Hi, I've been using the default template loaders and it works fine. Now I want to add the cached template loader, but I get an error. I'm using a wrapper function to return responses that include the request in the context, like this: # file helpers/helpers.py from django.templ