diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index 76e62f66e2..e5b97403a1 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -74,7 +74,7 @@ Here's the basic usage in a nutshell: directory given by :setting:`STATIC_ROOT`. .. note:: This is **not necessary in local development** if you are - using :djadmin:`staticfiles-runserver` or adding + using :djadmin:`runserver` or adding ``staticfiles_urlpatterns`` to your URLconf; see below). 4. Deploy those files.