diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 8c44b7fd7d9c624770bf451db11e1a6e2f64e754..a5806f53649b29e19c456638fef01aa7b0e1a14f 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -13,7 +13,7 @@ fi # Compile assets if collectstatic appears to be . if [ "$RUN_COLLECTSTATIC" ]; then echo "-----> Collecting static files" - python $PROJECT/manage.py collectstatic --noinput | indent + python $PROJECT/manage.py collectstatic --noinput --verbosity=0 | indent [ $? -ne 0 ] && { echo " ! Error running manage.py collectstatic. More info:"