From e1dfa95cd1619ac02cc010c3d3b1ab6b6ad85063 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 18 May 2011 09:52:44 +0000 Subject: [1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP. Backport form trunk (r16235). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16236 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/staticfiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index b06620d085..eb8bbec105 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -296,7 +296,7 @@ primary URL configuration:: url(r'^static/(?P.*)$', 'serve'), ) -Note, the begin of the pattern (``r'^static/'``) should be your +Note, the beginning of the pattern (``r'^static/'``) should be your :setting:`STATIC_URL` setting. Since this is a bit finicky, there's also a helper function that'll do this for you: -- cgit v1.3