Open lpdswing opened 6 years ago
Also experiencing this - weird that this package currently breaks itself
This is fixed in #192
this project seems to be deprecated. mybe you should use flask-caching instead
This is fixed in #192
it also has some mistake in flask
line33:
from flask.ext.cache import make_template_fragment_key
should change tofrom flask_cache import make_template_fragment_key
Otherwise, there will be an error in flask 1.0.2