Guest User

Untitled

a guest
May 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. activate_this = '/home/myapp/bin/activate_this.py'
  2. execfile(activate_this, dict(__file__=activate_this))
  3. import sys
  4. sys.path.append('/home/myapp')
  5. from web import app as application
Add Comment
Please, Sign In to add comment