Commit 1278ee3c authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #1611 from thusoy/patch-1

Fix broken sphinx reference to staticfiles.
parents 8165c2cf 751dc0a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
====================================================