summaryrefslogtreecommitdiff
path: root/docs/howto/static-files/deployment.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/static-files/deployment.txt')
-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 1b4135e037..c1421d8244 100644
--- a/docs/howto/static-files/deployment.txt
+++ b/docs/howto/static-files/deployment.txt
@@ -21,9 +21,9 @@ manually or the :func:`post_process
<django.contrib.staticfiles.storage.StaticFilesStorage.post_process>` method of
the ``Storage`` class might take care of that.
-Of course, as with all deployment tasks, the devil's in the details. Every
-production setup will be a bit different, so you'll need to adapt the basic
-outline to fit your needs. Below are a few common patterns that might help.
+As with all deployment tasks, the devil's in the details. Every production
+setup will be a bit different, so you'll need to adapt the basic outline to fit
+your needs. Below are a few common patterns that might help.
Serving the site and your static files from the same server
-----------------------------------------------------------