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.17.tar.gz
(221.5 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.17.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.17.tar.gz
- Upload date:
- Size: 221.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8929d5aef5e4464f29615e3aaaafc659c8955318785218ea7de98871ab071b5
|
|
| MD5 |
ae8b5b73c36d2c38393f81fc49eb802e
|
|
| BLAKE2b-256 |
6b16ff618dfe1b82830a1af6101a8ccd63712a18ce7e4104df2c755cae8a9263
|
File details
Details for the file django_filer_optimizer-0.4.17-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.17-py3-none-any.whl
- Upload date:
- Size: 221.4 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 |
84b301f7483ca6c219570dcf3574f1339eea3f62263b370874e7503e3b48c24d
|
|
| MD5 |
ed1b9c425cacf8ec6d47bcc326ae86a7
|
|
| BLAKE2b-256 |
7e294948e9fc8503ef5d3714e805ced4268c72f4170cde89723924349bcd1b90
|