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.7.tar.gz
(186.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.7.tar.gz.
File metadata
- Download URL: django_filer_optimizer-0.4.7.tar.gz
- Upload date:
- Size: 186.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a807812f1415100241e5c94f282f4ecdd6f3d0c06bff05e93e634ae1370758f3
|
|
| MD5 |
1073e43d3fa2ac0c47baadda09b7c49d
|
|
| BLAKE2b-256 |
5282d3c7d8af6d7be1bd137c0b93075d9c3cb60f4216694c7490ec25e9a30752
|
File details
Details for the file django_filer_optimizer-0.4.7-py3-none-any.whl.
File metadata
- Download URL: django_filer_optimizer-0.4.7-py3-none-any.whl
- Upload date:
- Size: 186.9 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 |
69564101b127ee8e6a7dea9ae5b24db0b4a00d06e3f50ec00dfcaf70e8c6379f
|
|
| MD5 |
3fcdc17357fa14bdb2305897a3e05286
|
|
| BLAKE2b-256 |
0cf0961a4485cd7367c5b5de81ac424bae5bd67180f86fbfe5371bd9cea11a8d
|