]> git.parisson.com Git - mezzo.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 18:54:03 +0000 (19:54 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 18:54:03 +0000 (19:54 +0100)
app/deploy/start_app.sh

index 809c27d7013f66720cbbcf85f2269a7bfce025a0..fb62997673b04e1fc432fa03a7bb01acf49cf3e5 100644 (file)
@@ -15,13 +15,6 @@ autoreload=3
 # waiting for other services
 sh $app/deploy/wait.sh
 
-if [ ! -f $app/.init ]; then
- python $manage telemeta-create-admin-user
- python $manage telemeta-create-boilerplate
- python $manage update_index --workers $processes
- touch $app/.init
-fi
-
 # django init
 python $manage makemigrations --noinput
 python $manage migrate --noinput