Page Menu
Home
Search
Configure Global Search
Log In
Files
F13353122
runserver.wsgi
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
306 B
Subscribers
None
runserver.wsgi
View Options
import sys
activate_this = '/data/venv/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
from flup.server.fcgi import WSGIServer
sys.path.append('/data/git/pillar/pillar/')
from application import app as application
if __name__ == '__main__':
WSGIServer(application).run()
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Aug 12, 10:40 AM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9a/7e/a3282e1a13db4044d7cc48d3a810
Attached To
rPS Pillar
Event Timeline
Log In to Comment