mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[1.6.x] Fixed broken sphinx reference to staticfiles.
Backport of 751dc0a36b
from master
This commit is contained in:
parent
f9f792eb04
commit
ef3604a085
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
====================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue