]> git.parisson.com Git - telemeta.git/commitdiff
do not wait for db
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 24 Jun 2024 16:24:57 +0000 (18:24 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 24 Jun 2024 16:24:57 +0000 (18:24 +0200)
app/scripts/app.sh

index 886b10ac364c09f0bda706df012b65d3729a69e7..8fb89ba4283288d906bf744a4624faeb9b367e39 100644 (file)
@@ -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