This commit is contained in:
Kenneth Reitz
2012-05-30 02:53:33 -04:00
parent 20249f9672
commit 713fa36bca
+1
View File
@@ -13,6 +13,7 @@ fi
# Compile assets if collectstatic appears to be kosher.
if [ "$RUN_COLLECTSTATIC" ]; then
echo "-----> Collecting static files"
echo "python $MANAGE_FILE collectstatic --noinput --verbosity=0"
python $MANAGE_FILE collectstatic --noinput --verbosity=0 | indent
[ $? -ne 0 ] && {