Skip to main content

Custom Storage For UpStorage.

Project description

django-upstorage-backend

This is a custom django storage backend for UpStorage

Installation

  1. Install Library Using pip
>> pip install django-upstorage-backend

Starting Guide

  1. Set The Custom Storage Backend. Now Open settings.py of your project.
DEFAULT_FILE_STORAGE = 'django-upstorage-backend.storages.backends.U3Storage'
  1. Set some required KEYS to settings.py
AUTH_TOKEN = 'auth token from your account'
API_KEY = 'api key of your project'
USERNAME = 'username of your account'
PROJECT_NAME = 'Created Project name'

Thats it, We are all done. Now all of your files will be handeled by the custom UpStorage's Backend Storage.

Some More Info

  • You don't need to set 'upload_to' in model Fields (Defaultly it files will be saved on the root of your project.)

  • File Link Will Be Stored On Your Model As Expected.You Can call them as you do usally.

Upcoming Updates

  • Deletes File from UpStorage When Django Deletes it from its own database.You can easily enable or disable this feature

  • Save Files On Custom Folders In Your Project.You can set specific folder location by adding the folder name on 'upload_to='my_folder' on ModelFields.By using this you can organize your files into specific folders.

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

Uploaded Source

Built Distribution

django_upstorage_backend-0.7-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file django-upstorage-backend-0.7.tar.gz.

File metadata

  • Download URL: django-upstorage-backend-0.7.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for django-upstorage-backend-0.7.tar.gz
Algorithm Hash digest
SHA256 0bc1e123b89da05ad38ef072b9d369d6b54f556a63baa9102e07502c5f2b9970
MD5 587ce3d606d50cb709e14fbd2e72957b
BLAKE2b-256 7b2eb3affced4cdf08a3fc43fd00f079ed713cc0c2e3beee77bed0baade50dd6

See more details on using hashes here.

File details

Details for the file django_upstorage_backend-0.7-py3-none-any.whl.

File metadata

  • Download URL: django_upstorage_backend-0.7-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for django_upstorage_backend-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 19e6c2021a0141f329f4954470a933df27cad654e611b7d795445b8834ee7004
MD5 2e7b7e5836ddc089965f053e61e745c4
BLAKE2b-256 c98f61e36f57aaa5b4cbbc81466305d411e947f7458f5ec6ba43b2f631f24058

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