updated by /home/nico/bin/sync-all-repos

This commit is contained in:
Nico Schottelius 2021-01-13 10:25:40 +01:00
parent fb2fea753b
commit b33dd1d3c7
1 changed files with 1 additions and 1 deletions

View File

@ -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