Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active January 22, 2020 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/6f0483b036bd5dd554d7fad08dbc9bf3 to your computer and use it in GitHub Desktop.
Save Porter97/6f0483b036bd5dd554d7fad08dbc9bf3 to your computer and use it in GitHub Desktop.
import os
from app import create_app, db
app = create_app(os.getenv(‘FLASK_CONFIG’) ordefault’)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment