From: Guillaume Pellerin Date: Mon, 24 Jun 2024 16:24:57 +0000 (+0200) Subject: do not wait for db X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a96519bd413868c4e24c3fb96b057622e9bb65b9;p=telemeta.git do not wait for db --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 886b10ac..8fb89ba4 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -24,10 +24,10 @@ pip install south pip install django-extensions==1.6.7 django-extra-views==0.8.0 # waiting for other network services -sh $app/scripts/wait.sh +#sh $app/scripts/wait.sh # django setup -python $manage wait-for-db +#python $manage wait-for-db if [ ! -f .init ]; then python $manage syncdb --noinput