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

Uploaded Source

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

Hashes for cloudvault-1.1.tar.gz
Algorithm Hash digest
SHA256 f53677e17d4823b39f95303c46532785f08ff6ff207fb9675f49f054d70fa548
MD5 c4960721bc5c87d86083186c7235d4ec
BLAKE2b-256 6ce9485413b30a7e9cb3a1f982f65ecb1f32014b4ed95dd5c81c914e35760391

See more details on using hashes here.

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