collecting static files

This commit is contained in:
Kenneth Reitz
2012-05-30 04:14:10 -04:00
parent 436e945a91
commit 12f28894ce
+2 -1
View File
@@ -17,9 +17,10 @@ if [ ! "$SILENCE_COLLECTSTATIC" ]; then
set -e
fi
echo "-----> Collecting static files"
# Compile assets if collectstatic appears to be kosher.
if [ "$RUN_COLLECTSTATIC" ]; then
echo "-----> Collecting static files"
python $MANAGE_FILE collectstatic --noinput | indent
[ $? -ne 0 ] && {