Fix broken sphinx reference to staticfiles.

This commit is contained in:
Tarjei Husøy 2013-09-10 22:10:00 +02:00
parent 8165c2cfd1
commit 751dc0a36b
1 changed files with 1 additions and 1 deletions

View File

@ -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.
====================================================