mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
docs: It's rsync_project not rysnc_project
This commit is contained in:
parent
eba4197c71
commit
96af691835
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue