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.2.tar.gz (3.2 kB view details)

Uploaded Source

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

Hashes for cloudvault-1.2.tar.gz
Algorithm Hash digest
SHA256 24edbefd2e673e0051435222b4e159434ed3741d9c75e48223529d753f7327be
MD5 efa1b68037116c096eab50f12c48302a
BLAKE2b-256 d4694c819a664e740af1a5ae08d114989d0481d5cad6d7ede5f6fcf40127aa35

See more details on using hashes here.

Provenance

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