]> git.parisson.com Git - mezzo.git/commitdiff
no --clear option (too much load)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 16:23:28 +0000 (17:23 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 16:23:28 +0000 (17:23 +0100)
app/deploy/start_app.sh

index ed1f52919d0c9f6f3fb030b084ea0a0102b30c1f..516759a7331fd4f2aa15c2d932398fecb2cfe9e0 100644 (file)
@@ -42,7 +42,7 @@ then
 else
     # static files auto update
     watchmedo shell-command --patterns="$patterns" --recursive \
-        --command='python '$manage' collectstatic --clear --noinput' $app &
+        --command='python '$manage' collectstatic --noinput' $app &
 
     uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
     --processes $processes --threads $threads \