ANN: pyTenjin 0.8.0 - much faster template engine than Django

Igor Katson descentspb at gmail.com
Wed Jun 17 10:57:05 EDT 2009


kwatch wrote:
> I have released pyTenjin 0.8.0
>   
Thanks for your project. I have used it a little, and there is a 
question to you.

import tenjin
from tenjin.helpers import *
shared_cache = tenjin.GaeMemcacheCacheStorage()
engine = tenjin.Engine(cache=shared_cache)

1. Why should I import tenjin.helpers if I don't use the helpers in my code?
2. Why does the code not work if I don't import the helpers?

I think you should manage this issue inside the library.



More information about the Python-list mailing list