Advertisement
cyter

mydomain.wsgi

Nov 9th, 2016
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1.   1 #!/usr/bin/python
  2.   2 import sys
  3.   3 import logging
  4.   4 logging.basicConfig(stream=sys.stderr)
  5.   5 sys.path.insert(0,"/home/ubuntu/apps/mydomain/")
  6.   6
  7.   7 import app as application
  8.   8 application.secret_key = 'mykey'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement