From f51f2eed28974c99561913828fb5429a59d67ea0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 11 Feb 2016 17:37:05 +0100 Subject: [PATCH] no wait --- 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 c3a1eec0..dce4f233 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -22,7 +22,7 @@ pip install django-environ redis sh $app/deploy/wait.sh # waiting for available database -python $app/wait.py +# python $app/wait.py # django init python $manage syncdb --noinput -- 2.39.5