Skip to main content

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

  1. Add "cloudvault" to your INSTALLED_APPS in settings.py
INSTALLED_APPS = [
    # other apps
    "cloudvault",
]
  1. Configure your Cloudinary settings
CLOUDINARY = [
    "cloud_name": "",
    "api_key": "",
    "api_secret": ""
]
  1. Change DEFAULT_FILE_STORAGE in your settings.py
DEFAULT_FILE_STORAGE = "cloudvault.cloud_storage.CloudinaryStorage"
  1. You can now upload image, videos from here.

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page