dj-bucket
Store blobs into a database table.
Setup
In your configuration add the dj-bucket app to the installed apps:
INSTALLED_APPS: = [
"dj_bucket",
]
BUCKET_PATH = "bucket/"
Then make sure a database backend is setup, for testing you can use the SQLite:
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
}
}
Run the Django database migrations to create the table that will store the blobs.
Release files for dj-bucket 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dj_bucket-0.1.2.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dj_bucket-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / dj_bucket-0.1.2.tar.gz
| Download URL | dj_bucket-0.1.2.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
247d78646497c35e5b8915c2be40f2e8b2342a35b213853564a13134013cfc3a
|
|
BLAKE2b-256 checksum How to use checksums |
b7a9774c2118fb763e81525cccfa337a4c5934f0eafa5f8d34e00f1fa1f18fb6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
pdm/2.29.2 CPython/3.12.14 Linux/6.17.0-1022-azure
|
Release files / dj_bucket-0.1.2-py3-none-any.whl
| Download URL | dj_bucket-0.1.2-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
087bd691d764e5d3d7485c86cc5a7081d01fbb966b3e5bdc41cd43f67b1fc34b
|
|
BLAKE2b-256 checksum How to use checksums |
a5178adffcb2f0da9b46df4524fc2af8719bf611f0bce396d712277505c468a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
pdm/2.29.2 CPython/3.12.14 Linux/6.17.0-1022-azure
|