From e3dbb3bd35d3589ba5a2fea34bef2e85d7fc383a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Mar 2016 15:11:13 +0100 Subject: [PATCH] add --clear option --- app/deploy/start_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 516759a7..ed1f5291 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -42,7 +42,7 @@ then else # static files auto update watchmedo shell-command --patterns="$patterns" --recursive \ - --command='python '$manage' collectstatic --noinput' $app & + --command='python '$manage' collectstatic --clear --noinput' $app & uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \ --processes $processes --threads $threads \ -- 2.39.5