summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-05-05 07:36:53 -0400
committerTim Graham <timograham@gmail.com>2014-05-05 07:36:53 -0400
commitfb7c347f7bd360b567c0b30697a6a200be2d6778 (patch)
tree307903dddd540fee1992205737ba6a30ff766c16 /docs/howto/static-files
parent7131e14d00b9b293cec4608925f2be6f94474350 (diff)
Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.
Diffstat (limited to 'docs/howto/static-files')
-rw-r--r--docs/howto/static-files/index.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index 39e5cf1b94..3bf05acdcf 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.
====================================================