summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
authorEd Henderson <ed@sharpertool.com>2016-06-02 12:56:13 -0700
committerTim Graham <timograham@gmail.com>2016-06-03 11:49:52 -0400
commit6d0c9f95da7084abf09170ca5a06bd47fd20f0c4 (patch)
tree1775055fec0d52fd2c8b701f4c2f8ad8983b370f /docs/howto/static-files
parenta0ebfa0c56e16f8305d48dfa16666eb74e1350db (diff)
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
Diffstat (limited to 'docs/howto/static-files')
-rw-r--r--docs/howto/static-files/deployment.txt6
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: