There was an error while loading. Please reload this page.
1 parent eba4197 commit 96af691Copy full SHA for 96af691
docs/howto/static-files.txt
@@ -424,7 +424,7 @@ Here's how this might look in a fabfile::
424
@roles('static')
425
def deploy_static():
426
local('./manage.py collectstatic')
427
- project.rysnc_project(
+ project.rsync_project(
428
remote_dir = env.remote_static_root,
429
local_dir = env.local_static_root,
430
delete = True
0 commit comments