diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-10 13:11:11 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-10 13:11:11 -0700 |
| commit | 1278ee3ca7876950b203f648a79d672ba31f382d (patch) | |
| tree | b3be8a6071a66eb1449e4a11f7ef0b22e864b04e | |
| parent | 8165c2cfd1922bb9d56a9e68e6456736acacf445 (diff) | |
| parent | 751dc0a36b384024377a7bd1254ae110af313ec1 (diff) | |
Merge pull request #1611 from thusoy/patch-1
Fix broken sphinx reference to staticfiles.
| -rw-r--r-- | docs/howto/static-files/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 5702091053..e32a752454 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -106,7 +106,7 @@ this by adding the following snippet to your urls.py:: Also this helper function only serves the actual :setting:`STATIC_ROOT` folder; it doesn't perform static files discovery like - `:mod:`django.contrib.staticfiles`. + :mod:`django.contrib.staticfiles`. Serving files uploaded by a user during development. ==================================================== |
