We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf913e0 commit 08338a4Copy full SHA for 08338a4
bin/steps/django/collectstatic
@@ -9,7 +9,7 @@ indent() {
9
}
10
11
# Check if collectstatic is configured properly.
12
-python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true
+python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLECTSTATIC=true
13
14
echo "-----> Collecting static files"
15
0 commit comments