mirror of
https://github.com/django/django.git
synced 2025-04-30 04:04:37 +00:00
Fixed #17935 - Clarified intro of topics/files.txt.
Thanks guettli for the suggestion.
This commit is contained in:
parent
f9ab543720
commit
f7795e968d
@ -2,7 +2,10 @@
|
|||||||
Managing files
|
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
|
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
|
:setting:`MEDIA_URL` settings. The examples below assume that you're using these
|
||||||
|
Loading…
x
Reference in New Issue
Block a user