Next, initialize it in extensions.py: from flask.ext.cache import Cache cache = Cache() Then, register the Cache object on the application, ...
確定! 回上一頁