Ticket #17935: doc-media-files.patch
File doc-media-files.patch, 666 bytes (added by , 13 years ago) |
---|
-
docs/topics/files.txt
2 2 Managing files 3 3 ============== 4 4 5 This document describes Django's file access APIs. 5 This document describes Django's file access APIs for 6 :class:`~django.db.models.FileField` and 7 :class:`~django.db.models.ImageField`. If you want to handle static 8 files (JS, CSS, ...) see :doc:`/howto/static-files`. 6 9 7 10 By default, Django stores files locally, using the :setting:`MEDIA_ROOT` and 8 11 :setting:`MEDIA_URL` settings. The examples below assume that you're using these