Commit 08338a4a authored by Kenneth Reitz's avatar Kenneth Reitz

Do everything except modify the filesystem.

parent bf913e00
...@@ -9,7 +9,7 @@ indent() { ...@@ -9,7 +9,7 @@ indent() {
} }
# Check if collectstatic is configured properly. # 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" echo "-----> Collecting static files"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment