activate the venv in the collector script as well

This commit is contained in:
Andreas Zweili 2020-10-05 21:15:56 +02:00
parent 597909f1aa
commit 43d509eb23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
while :
do
source ./venv/bin/activate
./manage.py collect
./manage.py clean
sleep 300