You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
Even if user code is correct (using flask_cache instead of flask.ext.cache) the warning is still thrown. I suspect this is because internally an import to flask.ext.cache is called, thus spawning the warning.
xealot, mkitmyway, Tafkas, yyt030, kyle-go and 2 more