0
0
mirror of https://github.com/django/django.git synced 2024-11-21 10:59:04 +01:00

Fixed a typo in docs/howto/static-files/deployment.txt.

This commit is contained in:
Laurence Mercer 2024-11-13 19:28:34 +00:00 committed by Sarah Boyce
parent 299b072498
commit 56ffd9f20a

View File

@ -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