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.9.tar.gz
(182.7 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.9.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.9.tar.gz
- Upload date:
- Size: 182.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a04b5a531f6bd6e9c9da6b14ef7166da5a23c805b3fe786e390e84e2a82380
|
|
| MD5 |
77b76e4cc9e94403866ace7e0b88f778
|
|
| BLAKE2b-256 |
d44566a418fd6d0e335f799b83fcb9e099af65a203ce8db6d4a77bcd24ffc29c
|
File details
Details for the file django_filer_optimizer-0.4.9-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.9-py3-none-any.whl
- Upload date:
- Size: 183.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac212da3e2a4371fd2232c2c9df6de33560219913571379351404dc025d40412
|
|
| MD5 |
b51d3c37d1720bfb323fe5eccdd23013
|
|
| BLAKE2b-256 |
c678f178701b27f138dc6604cea18821cfff2661b8c2929f5b55553a66881eee
|