diff options
| author | Ed Henderson <ed@sharpertool.com> | 2016-06-02 12:56:13 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-03 11:44:34 -0400 |
| commit | 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 (patch) | |
| tree | 3bb4acb494a41b3ef9ec59b9ab5670cbc46ff9ac /docs/howto/static-files | |
| parent | 38575b007a722d6af510ea46d46393a4cda9ca29 (diff) | |
Fixed #26021 -- Applied hanging indentation to docs.
Diffstat (limited to 'docs/howto/static-files')
| -rw-r--r-- | docs/howto/static-files/deployment.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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: |
