Commit ef3604a0 authored by Tarjei Husøy's avatar Tarjei Husøy Committed by Tim Graham
Browse files

[1.6.x] Fixed broken sphinx reference to staticfiles.

Backport of 751dc0a3 from master
parent f9f792eb
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.
====================================================