Django application to extend the "django-filer" application with extra utils like.
Project description
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
Project details
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.5.tar.gz
(164.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.5.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.5.tar.gz
- Upload date:
- Size: 164.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01cd9bd21e301ab24d69dbf3bc2beba8da839b2ba34c6940c36f066a28f0f3c
|
|
| MD5 |
32c66083ae7e7f1d2c30ab669edfc8eb
|
|
| BLAKE2b-256 |
776ad51286a2d1c663e4e68078a275313572e5fe80112e856e9b8210bab79fc1
|
File details
Details for the file django_filer_optimizer-0.4.5-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.5-py3-none-any.whl
- Upload date:
- Size: 163.8 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 |
e713badd14e8c0b884e52ff4cd61f0cf5eae8039cfe30310847f848177a63113
|
|
| MD5 |
eb64470b91a477cc5391c0533a54e78f
|
|
| BLAKE2b-256 |
f216cee451cbe3b37d879df287c17a1e4a35680b8e17eda3f863eb4680adbdd2
|