Project Description
cloudvault
cloudvault is a django package for file upload similar to using AWS S3-Bucket. It uses the Cloudinary Platform which is cheaper and easier to integrate.
Quickly deploy or test your django application using cloudvault.
Installation
pip install cloudvault
Quick Start
- Add "cloudvault" to your
INSTALLED_APPSin settings.py
INSTALLED_APPS = [
# other apps
"cloudvault",
]
- Configure your
Cloudinary settings
CLOUDINARY = [
"cloud_name": "",
"api_key": "",
"api_secret": ""
]
- Change
DEFAULT_FILE_STORAGEin your settings.py
DEFAULT_FILE_STORAGE = "cloudvault.cloud_storage.CloudinaryStorage"
- You can now upload image, videos from here.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudvault-1.2.tar.gz
(3.2 kB
view details)
File details
Details for the file cloudvault-1.2.tar.gz.
File metadata
- Download URL: cloudvault-1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24edbefd2e673e0051435222b4e159434ed3741d9c75e48223529d753f7327be
|
|
| MD5 |
efa1b68037116c096eab50f12c48302a
|
|
| BLAKE2b-256 |
d4694c819a664e740af1a5ae08d114989d0481d5cad6d7ede5f6fcf40127aa35
|