Skip to main content

Django application to extend the "django-filer" application with extra utils like.

Project description

django-filer-optimizer PyPi license

PyPi status PyPi version PyPi python version PyPi downloads PyPi downloads PyPi downloads

GitHub GitHub release GitHub release

Test codecov.io pre-commit.ci status gitthub.com

Check Demo Project

  • Check the demo repo on GitHub

Requirements

  • Python 3.9+ supported.
  • Django 3.2+ supported.

Setup

  1. Install from pip:
    pip install django-filer-optimizer
    
  2. Modify settings.py by adding the app to INSTALLED_APPS:
    INSTALLED_APPS = [
        # ...
        "filer_optimizer",
        # ...
    ]
    
  3. Modify settings.py by adding the config THUMBNAIL_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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_filer_optimizer-0.4.7-py3-none-any.whl (186.9 kB view details)

Uploaded Python 3

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

Hashes for django_filer_optimizer-0.4.7.tar.gz
Algorithm Hash digest
SHA256 a807812f1415100241e5c94f282f4ecdd6f3d0c06bff05e93e634ae1370758f3
MD5 1073e43d3fa2ac0c47baadda09b7c49d
BLAKE2b-256 5282d3c7d8af6d7be1bd137c0b93075d9c3cb60f4216694c7490ec25e9a30752

See more details on using hashes here.

File details

Details for the file django_filer_optimizer-0.4.7-py3-none-any.whl.

File metadata

File hashes

Hashes for django_filer_optimizer-0.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 69564101b127ee8e6a7dea9ae5b24db0b4a00d06e3f50ec00dfcaf70e8c6379f
MD5 3fcdc17357fa14bdb2305897a3e05286
BLAKE2b-256 0cf0961a4485cd7367c5b5de81ac424bae5bd67180f86fbfe5371bd9cea11a8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page