Cloudvault 1.2 | Coderz Repository

cloudvault 1.2

Last updated:

0 purchases

cloudvault 1.2 Image
cloudvault 1.2 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.