Skip to content

Instantly share code, notes, and snippets.

@OctoberWu
Last active September 17, 2018 17:03
Show Gist options
  • Save OctoberWu/9b3beecd2773a627ee0f6609ce273f50 to your computer and use it in GitHub Desktop.
Save OctoberWu/9b3beecd2773a627ee0f6609ce273f50 to your computer and use it in GitHub Desktop.
[python bugs pool] #bugs

Flask-Alchemy

Error1: No module named sqlalchemy

Since from flask.ext.sqlalchemy import SQLAlchemy is not working So take from flask_sqlalchemy import SQLAlchemy instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment