To get it running, add this to your app or your blueprint: from flask.ext.cache import Cache app = Flask(__name__) cache = Cache(app, config={'CACHE_TYPE': ...
確定! 回上一頁