diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/static-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index e27cb99901..274cd985c8 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 -------------------------------------------------- |
