Skip to content

Instantly share code, notes, and snippets.

@marknagelberg
Created August 20, 2018 04:28
Show Gist options
  • Save marknagelberg/9bec1faf6673a94ed9ca1db163845ea7 to your computer and use it in GitHub Desktop.
Save marknagelberg/9bec1faf6673a94ed9ca1db163845ea7 to your computer and use it in GitHub Desktop.
import os
from app import create_app
app = create_app(os.getenv('FLASK_CONFIG') or 'default')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment