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.6.tar.gz (195.0 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.6-py3-none-any.whl (194.6 kB view details)

Uploaded Python 3

File details

Details for the file django_filer_optimizer-0.4.6.tar.gz.

File metadata

  • Download URL: django_filer_optimizer-0.4.6.tar.gz
  • Upload date:
  • Size: 195.0 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.6.tar.gz
Algorithm Hash digest
SHA256 575fa0b95d1e1bdfe74b572e8b3e77cb9385e7a000a3dc07ec61823f4aed06cd
MD5 472bf5e22a8838a2c532c44b0ec7524f
BLAKE2b-256 e86ba97fc7dbf450625b7ff7ae37cb26287034908a27ecd946d70029be6a43a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_filer_optimizer-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 319379979c834949b86f61dfb46b44e799ca5a919c481ef5ac0f3e9172922c93
MD5 6e07cd6feb909c953e991c187a4662ec
BLAKE2b-256 6aa245f6e7e717db4aa35fc85a9ff6479ef8400b64860e4d93482812aad5c868

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