Skip to main content

A backblaze b2 storage system for django

Project description

# Django Backblaze B2 Storage A backblaze B2 storage system for django

## Description django-b2storage is a storage system for django using the cloud service [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html “link to b2 website”).

## Installation To install django-b2storage:

`sh $ pip install django_b2storage `

Then in your settings file, add the following: `sh DEFAULT_FILE_STORAGE = 'django_b2storage.backblaze_b2.B2Storage' B2_ACCOUNT_ID = 'your_account_id' B2_APPLICATION_KEY = 'your_application_key' B2_BUCKET_NAME = 'your_bucket_name' B2_BUCKET_ID = 'your_bucket_id' `

And That’s It!!! You will now be able to refer to user uploaded files using: `sh object_with_file.file.url() `

## Tutorial To see this in action alongside with [Heroku](https://www.heroku.com/ “link to heroku webite”), see my tutorial [here](http://example.com/ “link to my tutorial”)

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

django_b2storage-0.2.tar.gz (3.4 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