diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-07 14:15:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-29 19:15:19 -0400 |
| commit | 6c730da1f6d34f5c38fa1d990d368286e016546c (patch) | |
| tree | bf4d54de93cd7e33f829b990d3a3eb4564feaef6 /docs/topics/testing | |
| parent | c32fc79aa120a0a129680805aef6731c1c2c7aef (diff) | |
Fixed #19897 - Updated static files howto.
Thanks Jan Murre, Reinout van Rees and Wim Feijen,
plus Remco Wendt for reviewing.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 - </howto/static-files>` so you'll need to have your project configured + </howto/static-files/index>` so you'll need to have your project configured accordingly (in particular by setting :setting:`STATIC_URL`). .. note:: |
