From c329306f1fbd0d18874cdf387cf28a0a8bf79d24 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 21:06:42 +0100 Subject: [PATCH] bugfix --- app/deploy/start_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 7ad90c90..24e9f0e1 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -18,7 +18,7 @@ uid='www-data' gid='www-data' # stating apps -pip install environ +pip install django-environ # waiting for other services sh $app/deploy/wait.sh -- 2.39.5