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:
parent
5fd93e1c36
commit
1ebd6860b6
|
@ -297,7 +297,7 @@ like::
|
||||||
|
|
||||||
def deploy_static():
|
def deploy_static():
|
||||||
with cd(env.project_root):
|
with cd(env.project_root):
|
||||||
run('./manage.py collectstatic')
|
run('./manage.py collectstatic -v0 --noinput')
|
||||||
|
|
||||||
Serving static files from a dedicated media server
|
Serving static files from a dedicated media server
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue