Skip to content

Commit

Permalink
[1.5.x] Fixed django#17935 - Clarified intro of topics/files.txt.
Browse files Browse the repository at this point in the history
Thanks guettli for the suggestion.

Backport of f7795e9 from master
  • Loading branch information
timgraham committed Mar 22, 2013
1 parent add0dc0 commit 7206330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/topics/files.txt
Expand Up @@ -2,7 +2,10 @@
Managing files
==============

This document describes Django's file access APIs.
This document describes Django's file access APIs for files such as those
uploaded by a user. The lower level APIs are general enough that you could use
them for other purposes. If you want to handle "static files" (JS, CSS, etc),
see :doc:`/howto/static-files`.

By default, Django stores files locally, using the :setting:`MEDIA_ROOT` and
:setting:`MEDIA_URL` settings. The examples below assume that you're using these
Expand Down

0 comments on commit 7206330

Please sign in to comment.