better comments

This commit is contained in:
Kenneth Reitz
2012-05-31 01:50:20 -04:00
parent 4dea56d4a0
commit 335a14c714
+1 -1
View File
@@ -8,7 +8,7 @@ indent() {
[ $(uname) == "Darwin" ] && sed -l "$RE" || sed -u "$RE"
}
# Check if collectstatic is configured.
# Check if collectstatic is configured properly.
python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true
echo "-----> Collecting static files"