Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Created October 24, 2014 09:05
Show Gist options
  • Save pmauduit/b0ec0bdbda9a2c680dfb to your computer and use it in GitHub Desktop.
Save pmauduit/b0ec0bdbda9a2c680dfb to your computer and use it in GitHub Desktop.
Flask sample WSGI file for geohealthcheck
activate_this = '/var/www/pmauduit/private/GeoHealthCheck/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
import sys
sys.stdout = sys.stderr
sys.path.insert(0, '/var/www/pmauduit/private/GeoHealthCheck/GeoHealthCheck/GeoHealthCheck')
from app import APP as application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment