diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-05 07:36:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-05 07:39:03 -0400 |
| commit | 2a2d7db01f0032c9dbf446757c121fa2a5904a45 (patch) | |
| tree | 48e2c90266cb7c793c1bb0fa7c893f94551f9972 /docs/howto | |
| parent | 4b6ba2c1d1dcf6d7d587ee19b3565879ab8ee219 (diff) | |
[1.7.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.
Backport of fb7c347f7b from master
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/static-files/index.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index f94e2601e4..fea9866b10 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -75,6 +75,7 @@ details on how ``staticfiles`` finds your files. by putting those static files inside *another* directory named for the application itself. +.. _serving-static-files-in-development: Serving static files during development. ======================================== @@ -108,6 +109,8 @@ this by adding the following snippet to your urls.py:: folder; it doesn't perform static files discovery like :mod:`django.contrib.staticfiles`. +.. _serving-uploaded-files-in-development: + Serving files uploaded by a user during development. ==================================================== |
