Page Menu
Home
Search
Configure Global Search
Log In
Files
F9871142
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, Mar 7, 11:54 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a2/d0/ef7a3ed5f4be4639441c7718c0cf
Attached To
rPS Pillar
Event Timeline
Log In to Comment