From ce9d200c7c99d83795f7813e49e184e74097cb68 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 12 Mar 2018 12:08:01 +0100 Subject: [PATCH] Reinstall south at start --- app/scripts/worker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/worker.sh b/app/scripts/worker.sh index f141f24e..44864a84 100644 --- a/app/scripts/worker.sh +++ b/app/scripts/worker.sh @@ -7,6 +7,7 @@ wsgi=$app'/wsgi.py' # stating apps # pip install django-environ redis +pip install south # waiting for other services bash $app/scripts/wait.sh -- 2.39.5