diff options
author | Expo laptop Crowley <cucc.expedition@gmail.com> | 2023-07-05 13:09:49 +0200 |
---|---|---|
committer | Expo laptop Crowley <cucc.expedition@gmail.com> | 2023-07-05 13:09:49 +0200 |
commit | 020a083afac405f677b11b959826874b508d24a9 (patch) | |
tree | 01bf5cea5ff248c751088fe39a42efd66f5a45d1 | |
parent | fd9f21de2ee629433962314e1af9a78af87d571a (diff) | |
download | troggle-020a083afac405f677b11b959826874b508d24a9.tar.gz troggle-020a083afac405f677b11b959826874b508d24a9.tar.bz2 troggle-020a083afac405f677b11b959826874b508d24a9.zip |
more fix
-rwxr-xr-x | venv-trog-crowley.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/venv-trog-crowley.sh b/venv-trog-crowley.sh index 383af05..b2d0987 100755 --- a/venv-trog-crowley.sh +++ b/venv-trog-crowley.sh @@ -163,8 +163,7 @@ echo "### Now do # and then REBOOT (or at least, exit WSL and terminate and restart WSL) # because this chmod only takes effect then. - 'python manage.py test -v 2' - './pre-run.sh' (runs the tests again) + './pre-run.sh' (runs the migrations and then the tests) 'python databaseReset.py reset $VENAME' 'python manage.py runserver 0.0.0.0:8000 (and allow access when the firewall window pops up)' |