Skip to main content

A collection of django storage backends.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

incuna-storages-1.0.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file incuna-storages-1.0.tar.gz.

File metadata

File hashes

Hashes for incuna-storages-1.0.tar.gz
Algorithm Hash digest
SHA256 939ba049ab5a455f035f25c2bb879165a17a3fd67adcd12e42fb449927423825
MD5 2d3d85879c7dd3ac7e0aaf70c322fcd0
BLAKE2b-256 1f1dc51dee84c3d8b012af8078d0781dd71ec86c7a5f6b8b2763dcb14b5f80cc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page