From 8fb536deda15b5340a1deb589d43a46356a04002 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 8 Dec 2015 17:36:49 +0100 Subject: [PATCH] re-add django-bower --- examples/deploy/start_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy/start_app.sh b/examples/deploy/start_app.sh index e82ddc89..41e8f29f 100644 --- a/examples/deploy/start_app.sh +++ b/examples/deploy/start_app.sh @@ -8,7 +8,7 @@ manage=$sandbox'/manage.py' wsgi=$sandbox'/wsgi.py' # stating apps -pip install django-haystack elasticsearch +pip install django-haystack elasticsearch django-bower # waiting for other services sh $app_dir/examples/deploy/wait.sh -- 2.39.5