Page Menu
Home
Search
Configure Global Search
Log In
Files
F13259802
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
Thu, Jul 7, 5:59 AM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/f6/8fda3521e34cafdbe8e1a750a9b2
Attached To
rPS Pillar
Event Timeline
Log In to Comment