diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index e27cb9990140d..274cd985c88ad 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -297,7 +297,7 @@ like:: def deploy_static(): with cd(env.project_root): - run('./manage.py collectstatic') + run('./manage.py collectstatic -v0 --noinput') Serving static files from a dedicated media server --------------------------------------------------