Commit 335a14c7 authored by Kenneth Reitz's avatar Kenneth Reitz

better comments

parent 4dea56d4
......@@ -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"
......
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