**WARNING: the architecture described below isn't a best practice anymore.**
*Get in touch if you're using it and would like to maintain it in the future!*
Introduction
============
django-resto (REplicated STOrage) provides file storage backends that can
store files coming into a Django site on several servers in parallel, using
HTTP. ``HybridStorage`` and ``AsyncStorage`` will store the files locally on
the filesystem and remotely, while ``DistributedStorage`` will only store them
remotely.
This works for files uploaded by users through the admin or through custom
Django forms, and also for files created by the application code, provided it
uses the standard `storage API`_.
django-resto is useful for sites deployed in a multi-server environment, in
order to accept uploaded files and have them available on all media servers
for subsequent web requests that could be routed to any machine.
*Get in touch if you're using it and would like to maintain it in the future!*
Introduction
============
django-resto (REplicated STOrage) provides file storage backends that can
store files coming into a Django site on several servers in parallel, using
HTTP. ``HybridStorage`` and ``AsyncStorage`` will store the files locally on
the filesystem and remotely, while ``DistributedStorage`` will only store them
remotely.
This works for files uploaded by users through the admin or through custom
Django forms, and also for files created by the application code, provided it
uses the standard `storage API`_.
django-resto is useful for sites deployed in a multi-server environment, in
order to accept uploaded files and have them available on all media servers
for subsequent web requests that could be routed to any machine.
Release files for django-resto 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-resto-1.3.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_resto-1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.6 kB
Release files / django-resto-1.3.tar.gz
| Download URL | django-resto-1.3.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb4ef57ea07725212b6c15b40958ed2890c81ad34aadb3f54b09cfa539d87cea
|
|
BLAKE2b-256 checksum How to use checksums |
c37ea1e8ad7180fcb91f7ddbaadb8c0af54a1dfe84ec14e3463a7c48bc3d34ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_resto-1.3-py3-none-any.whl
| Download URL | django_resto-1.3-py3-none-any.whl |
|---|---|
| Size | 16.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d51d4dac3b8b2a6de8622b313d4bcb1ff80135cae8e5cfd599283a3a589994f9
|
|
BLAKE2b-256 checksum How to use checksums |
e3bea864df781a795e0f0bdd07435330a173beb4d99a1738a50a37c203b8d56a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |