thadeusb / flask-cache

Cache extension for Flask
http://packages.python.org/Flask-Cache/
Other
700 stars 185 forks source link

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

Open ninglianjie opened 8 years ago

ninglianjie commented 8 years ago

/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

patrickyan commented 7 years ago

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