Custom Storage For UpStorage.
Project description
django-upstorage-backend
This is a custom django storage backend for UpStorage
Installation
- Install Library Using
pip
>> pip install django-upstorage-backend
Starting Guide
- Set The Custom Storage Backend. Now Open settings.py of your project.
DEFAULT_FILE_STORAGE = 'django-upstorage-backend.storages.backends.U3Storage'
- 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
Built Distribution
File details
Details for the file django-upstorage-backend-0.8.tar.gz
.
File metadata
- Download URL: django-upstorage-backend-0.8.tar.gz
- Upload date:
- Size: 3.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda33f5eeea423a091947ee246f92d57431918e3cab7564fda40ac140405dce3 |
|
MD5 | 1f4365ca45e9a8586ea816db67755711 |
|
BLAKE2b-256 | 331806713f6d6b4718378f60b18ed31652e2e3670d071940ac45eacc5da312fb |
File details
Details for the file django_upstorage_backend-0.8-py3-none-any.whl
.
File metadata
- Download URL: django_upstorage_backend-0.8-py3-none-any.whl
- Upload date:
- Size: 5.0 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | b80fbb8b7c915fb1738676fe85b29a5b4dd7384a86c18433cbf9139dfe5891e9 |
|
MD5 | 53b7ca3438c11b6750a0b8eb20d2247d |
|
BLAKE2b-256 | f0e08b0291515baf2459254172462c1d8fb29d9d54a8f383c74963ccadec63ed |