diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 19cf88c..95dad73 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -9,7 +9,7 @@ indent() { } # Check if collectstatic is configured properly. -python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true +python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLECTSTATIC=true echo "-----> Collecting static files"