From 43d509eb23a9bd0dd1094ce42fb3cefe4ce778a6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 5 Oct 2020 21:15:56 +0200 Subject: [PATCH] activate the venv in the collector script as well --- collector.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/collector.sh b/collector.sh index 8659a7f..a70b7ed 100755 --- a/collector.sh +++ b/collector.sh @@ -1,5 +1,6 @@ while : do + source ./venv/bin/activate ./manage.py collect ./manage.py clean sleep 300