A collection of django storage backends primarily used to set the location of files in the remote backend.
Installation
Using your favourite package manager:
pip install incuna_storages
Add to your INSTALLED_APPS:
... 'incuna_storages', ...
Usage
Set your storage backend to one of the included classes:
DEFAULT_FILE_STORAGE = 'incuna_storages.backends.S3MediaStorage' STATICFILES_STORAGE = 'incuna_storages.backends.S3StaticStorage'
Dependencies
The included classes are built on top of existing packages. No assumptions have been made on which classes you’ll be using so nothing has been added to required_packages.
Since you’ll probably need other bits from the packages anyway it’s been left up to you, the intrepid developer, to deal with the dependencies yourself.
Release files for incuna-storages 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| incuna-storages-1.1.tar.gz | 1.9 kB | Details |
Release files / incuna-storages-1.1.tar.gz
| Download URL | incuna-storages-1.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
100a42152a839e25e0616f9992fa0fe44d685ddf3b957b58a67e7c8a9b562827
|
|
BLAKE2b-256 checksum How to use checksums |
ab3ce93104697217d691b2de98c796d251fee0739cee8c4b4dd39101b341898f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |