Page Menu
Home
Search
Configure Global Search
Log In
Files
F9843539
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
Sun, Feb 28, 11:18 PM (1 d, 23 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d3/15/72d7a9a7ac7a07bbadcdd134568a
Attached To
rPS Pillar
Event Timeline
Log In to Comment