Merge pull request #26 from kylef/docs-rsync
docs: It's rsync_project not rysnc_project
This commit is contained in:
commit
b4b8977814
|
@ -424,7 +424,7 @@ Here's how this might look in a fabfile::
|
||||||
@roles('static')
|
@roles('static')
|
||||||
def deploy_static():
|
def deploy_static():
|
||||||
local('./manage.py collectstatic')
|
local('./manage.py collectstatic')
|
||||||
project.rysnc_project(
|
project.rsync_project(
|
||||||
remote_dir = env.remote_static_root,
|
remote_dir = env.remote_static_root,
|
||||||
local_dir = env.local_static_root,
|
local_dir = env.local_static_root,
|
||||||
delete = True
|
delete = True
|
||||||
|
|
Loading…
Reference in New Issue