--verbosity=0

This commit is contained in:
Kenneth Reitz
2012-05-30 02:42:46 -04:00
parent 4eb17eb9a9
commit 2058b3c5bf
+1 -1
View File
@@ -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:"