This application allows you easily save media and static files into Selectel cloud storage.
Installation
Install the package
pip install django-selectel-storage
Add to your settings module:
DEFAULT_FILE_STORAGE = 'django_selectel_storage.storage.SelectelStorage'
SELECTEL_STORAGES = {
'default': {
'USERNAME': 'xxxx_user1',
'PASSWORD': 'secret',
'CONTAINER_NAME': 'bucket',
},
'yet-another-schema': {
'USERNAME': 'yyyy_user2',
'PASSWORD': 'mystery',
'CONTAINER_NAME': 'box',
},
}
Please see details in the documentation.
Release files for django-selectel-storage 1.0.2
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-selectel-storage-1.0.2.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_selectel_storage-1.0.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 17.0 kB
Release files / django-selectel-storage-1.0.2.tar.gz
| Download URL | django-selectel-storage-1.0.2.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44c02584e5a5261d46a3f495db088df8780e05ce990bbfdfbe8b8f6171270126
|
|
BLAKE2b-256 checksum How to use checksums |
2a6468a40e8ed937b2c9a297478955f8f2200bb3fdc2e3af0216d37152957a38
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.2
|
Release files / django_selectel_storage-1.0.2-py2.py3-none-any.whl
| Download URL | django_selectel_storage-1.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7069a65aff4d7ac8afb6f9f966b54d26fc312ef364a71295223ea4773ab8f5cb
|
|
BLAKE2b-256 checksum How to use checksums |
bd1c5a0fa0b2775ea5b1c16cec1441833efa8691d4a725c9e24cc591b29fc5db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.2
|