flask-cache icon indicating copy to clipboard operation
flask-cache copied to clipboard

Importing flask.ext.cache is deprecated, use flask_cache instead.

Open ninglianjie opened this issue 9 years ago • 1 comments

/local/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead. .format(x=modname), ExtDeprecationWarning

ninglianjie avatar Nov 08 '16 05:11 ninglianjie

In case anyone looks here, this extension is dead. Use Flask-Caching instead https://flask-caching.readthedocs.io/en/latest/

patrickyan avatar Jun 27 '17 22:06 patrickyan