mapping with Vagrant not working properly?
Ctrl+Alt+R
startapp
appname
output:
ssh://vagrant@127.0.0.1:2222/home/vagrant/venv/proname/bin/python3.4 -u /home/user/projects/proname/manage.py startapp appname
bash: line 0: cd: /home/user/projects/proname: No such file or directory
/home/vagrant/venv/proname/bin/python3.4: can't open file '/home/user/projects/proname/manage.py': [Errno 2] No such file or directory
but...
Shift+F10
output:
ssh://vagrant@127.0.0.1:2222/home/vagrant/venv/proname/bin/python3.4 -u /home/vagrant/projects/proname/manage.py runserver 192.168.33.10:8000
Performing system checks...
System check identified no issues (0 silenced).
September 27, 2014 - 19:00:34
Django version 1.7, using settings 'proname.settings'
Starting development server at http://192.168.33.10:8000/
Quit the server with CONTROL-C.
startapp
appname
output:
ssh://vagrant@127.0.0.1:2222/home/vagrant/venv/proname/bin/python3.4 -u /home/user/projects/proname/manage.py startapp appname
bash: line 0: cd: /home/user/projects/proname: No such file or directory
/home/vagrant/venv/proname/bin/python3.4: can't open file '/home/user/projects/proname/manage.py': [Errno 2] No such file or directory
but...
Shift+F10
output:
ssh://vagrant@127.0.0.1:2222/home/vagrant/venv/proname/bin/python3.4 -u /home/vagrant/projects/proname/manage.py runserver 192.168.33.10:8000
Performing system checks...
System check identified no issues (0 silenced).
September 27, 2014 - 19:00:34
Django version 1.7, using settings 'proname.settings'
Starting development server at http://192.168.33.10:8000/
Quit the server with CONTROL-C.
Please sign in to leave a comment.