updated by /home/nico/bin/sync-all-repos
This commit is contained in:
parent
fb2fea753b
commit
b33dd1d3c7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ emacsclient -c ~/vcs/uncloud/ &
|
|||
tmux new -s uncloud-dev \; \
|
||||
send-keys 'cd ~/vcs/uncloud; . ./venv/bin/activate' C-m \; \
|
||||
split-window -v \; \
|
||||
send-keys 'cd ~/vcs/uncloud; . ./venv/bin/activate; python manage.py runserver' C-m \; \
|
||||
send-keys 'cd ~/vcs/uncloud; . ./venv/bin/activate; python manage.py runserver "[::]:8000"' C-m \; \
|
||||
new-window \; \
|
||||
send-keys 'cd ~/vcs/uncloud; . ./venv/bin/activate; python manage.py test' C-m \; \
|
||||
|| tmux a -t uncloud-dev
|
||||
|
|
Loading…
Reference in a new issue