Skip to content

Instantly share code, notes, and snippets.

@drewverlee
Created November 7, 2012 23:04
Show Gist options
  • Save drewverlee/4035185 to your computer and use it in GitHub Desktop.
Save drewverlee/4035185 to your computer and use it in GitHub Desktop.
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db'
db = SQLAlchemy(app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment