mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Do everything except modify the filesystem.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user