Storage Backends
Custom storage backends for Django.
Search & Filter
| Package | django-storages-redux (now merged into django-storages) | django-storages | django-private-storage | django-s3-storage | django-cloudinary-storage | django-db-file-storage | django-gcp | django-backblaze-b2 | django-storage-swift | django-binary-database-files |
|---|---|---|---|---|---|---|---|---|---|---|
|
Description
|
https://django-storages.readthedocs.io/
|
https://django-storages.readthedocs.io/
|
Private media file storage for
Django projects |
Django Amazon S3 file storage.
|
Django package that provides
Cloudinary storages for both media and static files as well a… |
Custom FILE_STORAGE for
django. Saves your model's filefields in your database instea… |
Everything required to run
Django on GCP (storage, pubsub events, tasks, logging, errors) |
A storage backend for Django
that uses Backblaze's B2 APIs |
OpenStack Swift storage
backend for Django |
A storage system for Django
that stores uploaded files in the database. |
|
Category
|
App | App | Other | App | App | App | App | App | Other | App |
|
Using This
|
7
|
48
|
2
|
5
|
1
|
2
|
0
|
2
|
1
|
1
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Production/Stable | Beta | Unknown | Unknown | Production/Stable | Production/Stable | Unknown | Mature |
|
Version (PyPI)
|
1.3.3 | 1.14.6 | 3.1.3 | 0.15.0 | 0.3.0 | 0.5.6.1 | 0.24.0 | 7.0.0 | 1.4.0 | 1.0.19 |
|
Stars
|
2,946 | 2,946 | 351 | 435 | 137 | 59 | 29 | 29 | 86 | 11 |
|
Forks
|
886 | 886 | 62 | 92 | 28 | 42 | 5 | 5 | 58 | 21 |
|
Commits
|
|
|
|
|
|
|
|
|
|
|
|
Updated
|
18 Jun 2025 | 18 Jun 2025 | 5 Oct 2025 | 8 Sep 2024 | 18 Jun 2025 | 11 Feb 2025 | 18 Nov 2025 | 7 Mar 2025 | 11 Mar 2024 | 27 Jan 2026 |
|
License
|
BSD | BSD-3-Clause | Custom | BSD | MIT | MIT License | MIT | BSD-2-Clause | MIT | BSD License |
|
Links
|
||||||||||
|
Feature Comparison
(click cells to edit)
|
||||||||||
|
Dropbox storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
CouchDB storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
S3 Storage
|
—
|
|
—
|
|
—
|
—
|
—
|
—
|
—
|
—
|
|
MogileFS Storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Rackspace Cloud Files storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Windows Azure blob storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Relational DB storage
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
https://django-storages.readthedocs.io/
https://django-storages.readthedocs.io/
Private media file storage for Django projects
Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.
Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.
Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
A storage backend for Django that uses Backblaze's B2 APIs
OpenStack Swift storage backend for Django
A storage system for Django that stores uploaded files in the database.
Showing 10 of 29 packages in this grid.
Features Being Compared
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage
Store data within a relational DB, such as the default Postgres, or MySQL database that you store your data in. Note: is generally not recommended as an implementation for performance reasons, but this method can be convenient for local development or when other storage options are not available.