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-gcp | django-db-file-storage | django-backblaze-b2 | django-binary-database-files | django-storage-swift |
|---|---|---|---|---|---|---|---|---|---|---|
|
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… |
Everything required to run
Django on GCP (storage, pubsub events, tasks, logging, errors) |
Custom FILE_STORAGE for
django. Saves your model's filefields in your database instea… |
A storage backend for Django
that uses Backblaze's B2 APIs |
A storage system for Django
that stores uploaded files in the database. |
OpenStack Swift storage
backend for Django |
|
Category
|
App | App | Other | App | App | App | App | App | App | Other |
|
Using This
|
7
|
48
|
2
|
5
|
1
|
0
|
2
|
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 | Production/Stable | Unknown | Production/Stable | Mature | Unknown |
|
Version (PyPI)
|
1.3.3 | 1.14.6 | 3.1.3 | 0.15.0 | 0.3.0 | 0.25.0 | 0.5.6.1 | 7.0.0 | 1.0.19 | 1.4.0 |
|
Stars
|
2,952 | 2,952 | 352 | 436 | 137 | 29 | 59 | 29 | 11 | 86 |
|
Forks
|
886 | 886 | 62 | 92 | 28 | 4 | 42 | 5 | 21 | 58 |
|
Commits
|
|
|
|
|
|
|
|
|
|
|
|
Updated
|
18 Jun 2025 | 18 Jun 2025 | 5 Oct 2025 | 8 Sep 2024 | 18 Jun 2025 | 27 May 2026 | 11 Feb 2025 | 7 Mar 2025 | 27 Jan 2026 | 11 Mar 2024 |
|
License
|
BSD | BSD-3-Clause | Custom | BSD | MIT | MIT | MIT License | BSD-2-Clause | BSD License | MIT |
|
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.
Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.
A storage backend for Django that uses Backblaze's B2 APIs
A storage system for Django that stores uploaded files in the database.
OpenStack Swift storage backend for Django
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.