Home » Grids » Storage Backends

Storage Backends

Custom storage backends for Django.

29 Packages
7 Features

Search & Filter

https://django-storages.readthedocs.io/

2,946
Stars
886
Forks
7
Usage
Py3
Status Production/Stable
Version 1.3.3
Updated 18 Jun 2025
License BSD
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

https://django-storages.readthedocs.io/

2,946
Stars
886
Forks
48
Usage
Py3
Status Production/Stable
Version 1.14.6
Updated 18 Jun 2025
License BSD-3-Clause
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Private media file storage for Django projects

351
Stars
62
Forks
2
Usage
Py3
Status Production/Stable
Version 3.1.3
Updated 5 Oct 2025
License Custom
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Django Amazon S3 file storage.

435
Stars
92
Forks
5
Usage
Py3
Status Beta
Version 0.15.0
Updated 8 Sep 2024
License BSD
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.

137
Stars
28
Forks
1
Usage
Py3
Status Unknown
Version 0.3.0
Updated 18 Jun 2025
License MIT
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.

59
Stars
42
Forks
2
Usage
Py3
Status Unknown
Version 0.5.6.1
Updated 11 Feb 2025
License MIT License
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)

29
Stars
5
Forks
0
Usage
Py3
Status Production/Stable
Version 0.24.0
Updated 18 Nov 2025
License MIT
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

A storage backend for Django that uses Backblaze's B2 APIs

29
Stars
5
Forks
2
Usage
Py3
Status Production/Stable
Version 7.0.0
Updated 7 Mar 2025
License BSD-2-Clause
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

OpenStack Swift storage backend for Django

86
Stars
58
Forks
1
Usage
Py3
Status Unknown
Version 1.4.0
Updated 11 Mar 2024
License MIT
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

A storage system for Django that stores uploaded files in the database.

11
Stars
21
Forks
1
Usage
Py3
Status Mature
Version 1.0.19
Updated 27 Jan 2026
License BSD License
Commits
Features
Dropbox storage
CouchDB storage
S3 Storage
MogileFS Storage
Rackspace Cloud Files storage
Windows Azure blob storage
Relational DB storage

Showing 10 of 29 packages in this grid.

View All Packages

Features Being Compared

7 features

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.