Do everything except modify the filesystem.

This commit is contained in:
Kenneth Reitz
2012-05-31 01:59:07 -04:00
parent bf913e0016
commit 08338a4a26
+1 -1
View File
@@ -9,7 +9,7 @@ indent() {
}
# Check if collectstatic is configured properly.
python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true
python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLECTSTATIC=true
echo "-----> Collecting static files"