Commit 2058b3c5 authored by Kenneth Reitz's avatar Kenneth Reitz

--verbosity=0

parent 4eb17eb9
...@@ -13,7 +13,7 @@ fi ...@@ -13,7 +13,7 @@ fi
# Compile assets if collectstatic appears to be . # Compile assets if collectstatic appears to be .
if [ "$RUN_COLLECTSTATIC" ]; then if [ "$RUN_COLLECTSTATIC" ]; then
echo "-----> Collecting static files" echo "-----> Collecting static files"
python $PROJECT/manage.py collectstatic --noinput | indent python $PROJECT/manage.py collectstatic --noinput --verbosity=0 | indent
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
echo " ! Error running manage.py collectstatic. More info:" echo " ! Error running manage.py collectstatic. More info:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment