testing: Use venv for strongTNC

Also updated to a newer version to fix dependency issues.
This commit is contained in:
Tobias Brunner
2023-07-13 10:48:53 +02:00
parent 9b8f26b407
commit 21bf3e41f9
6 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ cd /var/www/tnc
if [ -f django.db ]
then
exit 0
exit 0
fi
. /usr/local/venvs/tnc/bin/activate
./manage.py migrate --database meta
./manage.py setpassword strongSwan strongSwan
./manage.py collectstatic --noinput