Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtDeprecationWarning #54

Closed
rlam3 opened this issue Oct 13, 2016 · 1 comment
Closed

ExtDeprecationWarning #54

rlam3 opened this issue Oct 13, 2016 · 1 comment
Labels

Comments

@rlam3
Copy link
Contributor

rlam3 commented Oct 13, 2016

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:

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!

@williamgibb
Copy link

This is closed in #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants