No input when collecting statics

This commit is contained in:
Alexandre Iooss 2020-02-09 15:29:05 +01:00
parent 3337c70a21
commit d7d68609d1
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python manage.py makemigrations
sleep 2
python manage.py migrate
python manage.py collectstatic
python manage.py collectstatic --no-input
# harakiri parameter respawns processes taking more than 20 seconds
# max-requests parameter respawns processes after serving 5000 requests