A Django package for managing file uploads to cloud[Cloudinary]. It is an alternative for AWS S-3 Bucket.
Project description
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_APPS
in settings.py
INSTALLED_APPS = [
# other apps
"cloudvault",
]
- Configure your
Cloudinary settings
CLOUDINARY = [
"cloud_name": "",
"api_key": "",
"api_secret": ""
]
- Change
DEFAULT_FILE_STORAGE
in your settings.py
DEFAULT_FILE_STORAGE = "cloudvault.cloud_storage.CloudinaryStorage"
- You can now upload image, videos from here.
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
cloudvault-1.1.tar.gz
(3.2 kB
view details)
File details
Details for the file cloudvault-1.1.tar.gz
.
File metadata
- Download URL: cloudvault-1.1.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 | f53677e17d4823b39f95303c46532785f08ff6ff207fb9675f49f054d70fa548 |
|
MD5 | c4960721bc5c87d86083186c7235d4ec |
|
BLAKE2b-256 | 6ce9485413b30a7e9cb3a1f982f65ecb1f32014b4ed95dd5c81c914e35760391 |