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:
Jannis Leidel 2011-01-30 23:29:25 +00:00
parent 2d29c11117
commit 6361a242af
1 changed files with 1 additions and 1 deletions

View File

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