diff options
| author | Laurence Mercer <laurencemercer@googlemail.com> | 2024-11-13 19:28:34 +0000 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-14 09:46:34 +0100 |
| commit | 56ffd9f20a98a486b817b0d1dc5ccbe6a557a965 (patch) | |
| tree | 9c7e6668f3d521c5905d82340325eacae187e546 /docs/howto | |
| parent | 299b072498b23d1d7fe9f1545f7b27b73ca8e22b (diff) | |
Fixed a typo in docs/howto/static-files/deployment.txt.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/static-files/deployment.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt index d6d1158249..19b7c9df82 100644 --- a/docs/howto/static-files/deployment.txt +++ b/docs/howto/static-files/deployment.txt @@ -15,7 +15,7 @@ Serving static files in production The basic outline of putting static files into production consists of two steps: run the :djadmin:`collectstatic` command when static files change, then arrange for the collected static files directory (:setting:`STATIC_ROOT`) to be -moved to the static file server and served. Depending the ``staticfiles`` +moved to the static file server and served. Depending on the ``staticfiles`` :setting:`STORAGES` alias, files may need to be moved to a new location manually or the :func:`post_process <django.contrib.staticfiles.storage.StaticFilesStorage.post_process>` method of |
