summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/static-files.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index 6b7b34f23c..113e1d4995 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -203,8 +203,7 @@ line goes at the top of the file, and the last line at the bottom::
This will inspect your :setting:`STATICFILES_URL` and
:setting:`STATICFILES_ROOT` settings and wire up the view to serve static media
-accordingly. Remember to run :djadmin:`collectstatic` when your media changes;
-the view only serves static files that have been collected.
+accordingly.
.. warning::