Merge changes from creation of new python app on server
This commit is contained in:
Binary file not shown.
Binary file not shown.
9
passenger_wsgi.py
Normal file
9
passenger_wsgi.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import imp
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
|
||||
wsgi = imp.load_source('wsgi', 'app.py')
|
||||
application = wsgi.application
|
||||
1165
stderr.log
Normal file
1165
stderr.log
Normal file
File diff suppressed because it is too large
Load Diff
0
tmp/restart.txt
Normal file
0
tmp/restart.txt
Normal file
Reference in New Issue
Block a user