some mistake in jinjia2ext.py
lpdswing opened this issue · 4 comments
lpdswing commented
line33:
from flask.ext.cache import make_template_fragment_key
should change to from flask_cache import make_template_fragment_key
Otherwise, there will be an error in flask 1.0.2
agoldgeier commented
Also experiencing this - weird that this package currently breaks itself
tabris17 commented
this project seems to be deprecated. mybe you should use flask-caching instead