Managing files | Django documentation | Django - 0 views
-
By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings.
-
use a FileField or ImageField, Django provides a set of APIs you can use to deal with that file.
-
Behind the scenes, Django delegates decisions about how and where to store files to a file storage system.
- ...1 more annotation...