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.8+ 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.2.tar.gz (38.2 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.2-py2.py3-none-any.whl (10.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: django_filer_optimizer-0.4.2.tar.gz
  • Upload date:
  • Size: 38.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for django_filer_optimizer-0.4.2.tar.gz
Algorithm Hash digest
SHA256 ce7efe548b70df69dc261b7efed2bd7b6c1bcc2257a1e134bed392ec061aee64
MD5 27275215e39cb1a685e79be6451a0f54
BLAKE2b-256 a772a7cca7b767aef16d2ad8bc33aafb9da7ad9eac7fbe7685acddb3d5942547

See more details on using hashes here.

File details

Details for the file django_filer_optimizer-0.4.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_filer_optimizer-0.4.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6e1133ab40bc6fa63f2c49b71d62ffab3477bcf1b97b26f1db7f005175794d95
MD5 792c248695fbe360e0f19d2c68e9cbb9
BLAKE2b-256 faff61aef19f0ee97cbef0af48c1865a876073bdb279a6a925db20dab56214b0

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