From 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 Mon Sep 17 00:00:00 2001 From: Ed Henderson Date: Thu, 2 Jun 2016 12:56:13 -0700 Subject: Fixed #26021 -- Applied hanging indentation to docs. --- docs/howto/static-files/deployment.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/howto/static-files') diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt index da0427343e..805e799eaa 100644 --- a/docs/howto/static-files/deployment.txt +++ b/docs/howto/static-files/deployment.txt @@ -104,9 +104,9 @@ Here's how this might look in a fabfile:: def deploy_static(): local('./manage.py collectstatic') project.rsync_project( - remote_dir = env.remote_static_root, - local_dir = env.local_static_root, - delete = True + remote_dir=env.remote_static_root, + local_dir=env.local_static_root, + delete=True, ) .. _staticfiles-from-cdn: -- cgit v1.3