diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-07 14:15:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-30 07:12:37 -0400 |
| commit | c3779d42142eb83eb8694177a12066261b3243aa (patch) | |
| tree | 0852a96c89f78b28e6bd5463ade8018490d3d7c0 /docs/topics/testing | |
| parent | 1c42a3ec736f55b79bc1a7b4cad4cbe65b9cb27e (diff) | |
[1.5.x] Fixed #19897 - Updated static files howto.
Thanks Jan Murre, Reinout van Rees and Wim Feijen,
plus Remco Wendt for reviewing.
Backport of i6c730da1f from master.
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 50c75ef729..b6be997a71 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -1094,7 +1094,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:: |
