Browse Source

Remove input from collectstatic

tests
Maël Kervella 8 years ago
parent
commit
f4b6404de1
  1. 2
      install_re2o.sh

2
install_re2o.sh

@ -498,7 +498,7 @@ install_re2o_server() {
##################################
echo "Collecting web frontend statics ..."
python3 manage.py collectstatic
python3 manage.py collectstatic --noinput
echo "Collecting web frontend statics: Done"

Loading…
Cancel
Save