Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-01-16 21:49:01 +00:00
parent 5fd93e1c36
commit 1ebd6860b6
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------------------------------------------------