django-queued-storage
Storage proxy
A Django storage backend that enables local and remote storage with asynchronous file transfer using Celery
Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
318 stars
12 watching
62 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jazzband/django-downloadview | Provides tools to serve files with Django efficiently and securely. | 387 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
jazzband/django-pipeline | An asset packaging library for Django that simplifies CSS and JavaScript concatenation and compression. | 1,517 |
jazzband/dj-database-url | A utility to simplify Django database configuration using environment variables. | 1,492 |
klis87/django-cloudinary-storage | Provides integration with Cloudinary for media and static file storage in Django applications | 131 |
jazzband/django-robots | A Django app for managing robots exclusion protocol files | 459 |
jazzband/django-dbbackup | Provides management commands to backup and restore Django projects' databases and media files with various storage options. | 984 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |
jazzband/django-formtools | Abstractions for Django forms to simplify complex form handling and previewing | 815 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
marazmiki/django-webdav-storage | A Django storage backend allowing you to save media and static files into your own WebDAV storage | 21 |
streetvoice/django-celery-ses | A Django email backend that leverages AWS SES and Celery to send emails in a scalable and configurable way. | 33 |
jazzband/django-configurations | A tool that organizes Django project settings using object-oriented programming patterns. | 1,105 |
jazzband/django-nose | Tools for running and testing Django applications | 881 |
jazzband/django-admin2 | A modern, extendable admin interface built on top of Django. | 1,185 |