From 6c730da1f6d34f5c38fa1d990d368286e016546c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 7 Mar 2013 14:15:39 -0500 Subject: Fixed #19897 - Updated static files howto. Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. --- docs/topics/testing/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 628a161554..259c39618b 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -1102,7 +1102,7 @@ out the `full reference`_ for more details. .. note:: ``LiveServerTestCase`` makes use of the :doc:`staticfiles contrib app - ` so you'll need to have your project configured + ` so you'll need to have your project configured accordingly (in particular by setting :setting:`STATIC_URL`). .. note:: -- cgit v1.3