Skip to content

Commit 08338a4

Browse files
author
Kenneth Reitz
committed
Do everything except modify the filesystem.
1 parent bf913e0 commit 08338a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/django/collectstatic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ indent() {
99
}
1010

1111
# Check if collectstatic is configured properly.
12-
python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true
12+
python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLECTSTATIC=true
1313

1414
echo "-----> Collecting static files"
1515

0 commit comments

Comments
 (0)