diff options
| author | Kenneth Schnall <kas@users.noreply.github.com> | 2016-07-27 13:50:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-27 13:50:50 -0400 |
| commit | 2255b5f8a7dfc9fbcbeeb60e76bb94fd1f8a8d87 (patch) | |
| tree | 973bbfb40b6ce088a8a8379cfaccc3e867c544a6 | |
| parent | 3ee1751a9907eeb1680e89a1e390717b28308231 (diff) | |
[1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.
Backport of cd2e4293cbf3416af6c478c5aaab711cae88892c from master
| -rw-r--r-- | docs/howto/static-files/index.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index e9a7c7c0a1..f01e7c05a5 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -77,8 +77,8 @@ details on how ``staticfiles`` finds your files. .. _serving-static-files-in-development: -Serving static files during development. -======================================== +Serving static files during development +======================================= If you use :mod:`django.contrib.staticfiles` as explained above, :djadmin:`runserver` will do this automatically when :setting:`DEBUG` is set @@ -111,8 +111,8 @@ this by adding the following snippet to your urls.py:: .. _serving-uploaded-files-in-development: -Serving files uploaded by a user during development. -==================================================== +Serving files uploaded by a user during development +=================================================== During development, you can serve user-uploaded media files from :setting:`MEDIA_ROOT` using the :func:`django.contrib.staticfiles.views.serve` |
