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
lib/python2.7/site-packages/flask/exthook.py:66: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
if fullname in sys.modules:
For those who are getting the following warning with the less up-to-date package pypi, you may use this:
For those who are getting the following warning with the less up-to-date package pypi, you may use this:
pip uninstall flask-whooshalchemy
pip install git+git://github.com/rlam3/flask-whooshalchemy.git
But, I'd still highly suggest moving over to elasticsearch than using whoosh. Its just good to know. :) Cheers!
The text was updated successfully, but these errors were encountered: