diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2012-04-30 06:30:43 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2012-04-30 06:30:43 -0700 |
| commit | b4b8977814071bc0d624524404d08ff632b38d55 (patch) | |
| tree | 332b6d0d1edde1071e306768d728481deb250902 /docs | |
| parent | c09f6ff0a58d016eeb7536f1df1fa956f94f671c (diff) | |
| parent | 96af6918351564fd527b2f7d4ebebb914dd781bc (diff) | |
Merge pull request #26 from kylef/docs-rsync
docs: It's rsync_project not rysnc_project
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 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 |
