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.13.tar.gz
(207.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.13.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.13.tar.gz
- Upload date:
- Size: 207.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 |
6fa5e695b6e493966ee2a73ede77cc0cbd8afab77f4633f5f52def2f4185ce9d
|
|
| MD5 |
b645a166a8934004b3e0559258957c1b
|
|
| BLAKE2b-256 |
243ff3de32af666d9ae7a061d8443e1c1f333d6e75a13ce3a4bb47dbf97953e9
|
File details
Details for the file django_filer_optimizer-0.4.13-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.13-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 |
274d3206decc0dd5c0168659f21b0d5adf5205f7b697082542b257998654b4cf
|
|
| MD5 |
e4b978955903beefa78c712c109558c1
|
|
| BLAKE2b-256 |
052a189ad7de119ec8e411d0deb94ee99d3ce8609167cc3b792e5f8c730fbda7
|