Renaming dev to git folder in wsgi
This commit is contained in:
parent
14df8d2ec2
commit
0180f2f927
@ -4,7 +4,7 @@ activate_this = '/data/venv/bin/activate_this.py'
|
|||||||
execfile(activate_this, dict(__file__=activate_this))
|
execfile(activate_this, dict(__file__=activate_this))
|
||||||
from flup.server.fcgi import WSGIServer
|
from flup.server.fcgi import WSGIServer
|
||||||
|
|
||||||
sys.path.append('/data/dev/pillar/pillar/')
|
sys.path.append('/data/git/pillar/pillar/')
|
||||||
from application import app as application
|
from application import app as application
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user