add qiniuyun storage support for Django
Project description
Django QiNiu Cloud Storage
add qiniu cloud support for Django
install
pip install django-qns
usage
change the default storage to django-qns:
STATICFILES_STORAGE = 'storage.backends.qiniu_storage.QiNiuStorage'
or
DEFAULT_FILE_STORAGE = 'storage.backends.qiniu_storage.QiNiuStorage'
add configure to the django-qns in settings.py
:
QINIU_STORAGE = {
'access_key': 'ak',
'secret_key': 'sk',
'bucket_name': 'your bucket name',
'domain': 'http://example.com',
'prefix': 'some-prefix'
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-qns-0.0.1.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file django-qns-0.0.1.tar.gz
.
File metadata
- Download URL: django-qns-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
16e7521f7f663027afb2c16b31dcead0d70eda6c07f8228cb02230ec1bd5a6b0
|
|
MD5 |
7d5ff0b80600e233896ee275c427b24e
|
|
BLAKE2b-256 |
7bc98f311c37c969364af94f824e78f0466350f60ff6b43deaa1973d1845da8b
|
File details
Details for the file django_qns-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_qns-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
973c03e7577b1bbbc39db326c9fc9fe70b97de3e65b8d13e17d3591a3a513634
|
|
MD5 |
447ce438122cc7164fe7ef563a8bdb9f
|
|
BLAKE2b-256 |
8038778be9ccf5476b93559b800f3177da4d2637235916d2da5917c23a90d8e5
|