Tweaks to runserver.wsgi
This commit is contained in:
parent
61bf87188a
commit
c27d4f830a
@ -5,7 +5,7 @@ execfile(activate_this, dict(__file__=activate_this))
|
||||
from flup.server.fcgi import WSGIServer
|
||||
|
||||
sys.path.append('/data/dev/pillar/pillar/')
|
||||
from application import app
|
||||
from application import app as application
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(app).run()
|
||||
WSGIServer(application).run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user