From: Guillaume Pellerin Date: Thu, 11 Feb 2016 16:37:05 +0000 (+0100) Subject: no wait X-Git-Tag: 1.6b~4^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f51f2eed28974c99561913828fb5429a59d67ea0;p=telemeta.git no wait --- 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