Fixed typo in staticfiles documentation introduced in [15369]. Thanks, harijay.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2d29c11117
commit
6361a242af
|
@ -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<staticfiles-runserver>` or adding
|
||||
``staticfiles_urlpatterns`` to your URLconf; see below).
|
||||
|
||||
4. Deploy those files.
|
||||
|
|
Loading…
Reference in New Issue