Paul's Programming Notes     Archive     Feed     Github

Django - Custom Storage Backends

I just learned about the custom storage systems in Django.

What can you do with custom storage systems?:
"Django abstracts file storage using storage backends, from simple filesystem storage to things like S3. This can be used for processing file uploads, storing static assets, and more." -https://tartarus.org/james/diary/2013/07/18/fun-with-django-storage-backends