django-filer-optimizer 
GitHub

Test

Check Demo Project
- Check the demo repo on GitHub
Requirements
- Python 3.9+ supported.
- Django 3.2+ supported.
Setup
- Install from pip:
pip install django-filer-optimizer
- Modify
settings.pyby adding the app toINSTALLED_APPS:INSTALLED_APPS = [ # ... "filer_optimizer", # ... ]
- Modify
settings.pyby adding the configTHUMBNAIL_DEFAULT_STORAGE:# See: https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-STORAGES STORAGES = { "default": { "BACKEND": "django.core.files.storage.FileSystemStorage", }, } THUMBNAIL_DEFAULT_STORAGE = STORAGES["default"]["BACKEND"]
Run Example Project
git clone --depth=50 --branch=django-filer-optimizer https://github.com/DLRSP/example.git DLRSP/example
cd DLRSP/example
python manage.py runserver
Now browser the app @ http://127.0.0.1:8000
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_filer_optimizer-0.4.12.tar.gz
(207.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_filer_optimizer-0.4.12.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.12.tar.gz
- Upload date:
- Size: 207.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8a0e7d6789460ef7d4d4ea71ea4583499d4f14d0c1b205596497c3007605946
|
|
| MD5 |
23d1fbd4c346e00846eeb61bf6666c93
|
|
| BLAKE2b-256 |
bf67d03ac9ac3b8676c776b2c20ce1d66a8c451ae569e5b58bd9967b46846051
|
File details
Details for the file django_filer_optimizer-0.4.12-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.12-py3-none-any.whl
- Upload date:
- Size: 208.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c6a52ac090790bbc5fd1f05be503e69ae5321242f49344eb39b89abd33c7a85
|
|
| MD5 |
7d9f82a41893e56d0f090a8b49619c2a
|
|
| BLAKE2b-256 |
c5c5a753afe40e7b76a219f9d34fbac509ac2c06de3223bdc3d9a0048bd3489c
|