Skip to content

Commit

Permalink
Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Jan 16, 2011
1 parent 5fd93e1 commit 1ebd686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/static-files.txt
Expand Up @@ -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
-------------------------------------------------- --------------------------------------------------
Expand Down

0 comments on commit 1ebd686

Please sign in to comment.