From 6361a242af3bed3f822b4c14c13624869478abaf Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 30 Jan 2011 23:29:25 +0000 Subject: [PATCH] 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 --- docs/howto/static-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.