cloudvault 1.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

cloudvault 1.2

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.