summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-04-30 17:50:22 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-04-30 17:50:22 +0200
commit3d842a0a94e413185b9abb87e7b3da7c27b6d7ad (patch)
tree2f1c593bf665570899097836cbbb4091457b72e1 /docs
parente4d4cb6130b046d145ab1069df0c04d78786eedd (diff)
parent4b11762f7d7aed2f4f36c4158326c0a4332038f9 (diff)
Merge branch 'master' of github.com:django/django
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/static-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index e3a40a1a22..29a2c2f6e2 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -424,7 +424,7 @@ Here's how this might look in a fabfile::
@roles('static')
def deploy_static():
local('./manage.py collectstatic')
- project.rysnc_project(
+ project.rsync_project(
remote_dir = env.remote_static_root,
local_dir = env.local_static_root,
delete = True