Skip to content

Instantly share code, notes, and snippets.

@benhg
Created March 5, 2018 21:05
Show Gist options
  • Save benhg/410546d384e08360bd274f23196933c0 to your computer and use it in GitHub Desktop.
Save benhg/410546d384e08360bd274f23196933c0 to your computer and use it in GitHub Desktop.
WSGI file to run basic python flask app
import sys
sys.path.insert(0, '/path/to/app/')
from app import app as application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment