From 2a08f884b2c179fbefe3d046d3e65975a9543c2b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 12 Dec 2015 01:22:07 +0100 Subject: [PATCH] cleanup staging apps --- app/deploy/celery_app.sh | 2 +- app/deploy/start_app.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/deploy/celery_app.sh b/app/deploy/celery_app.sh index 54215e03..f0a81608 100644 --- a/app/deploy/celery_app.sh +++ b/app/deploy/celery_app.sh @@ -6,7 +6,7 @@ manage=$app'/manage.py' wsgi=$app'/wsgi.py' # stating apps -pip install django-haystack elasticsearch +# pip install django-haystack elasticsearch # waiting for other services sh $app/deploy/wait.sh diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index ddc6479b..8bac170b 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -7,7 +7,7 @@ wsgi=$app'/wsgi.py' static='/opt/static/' # stating apps -pip install django-haystack elasticsearch +# pip install django-haystack elasticsearch # waiting for other services sh $app/deploy/wait.sh -- 2.39.5