Skip to main content

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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_filer_optimizer-0.4.16.tar.gz
  • Upload date:
  • Size: 220.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for django_filer_optimizer-0.4.16.tar.gz
Algorithm Hash digest
SHA256 99e19fc3da6aa9e093b38f0846ce48e0e9be194bd102e9e1554d8dae9ad976c4
MD5 14a0c3c476b1e8bfeaf407cfd22380e5
BLAKE2b-256 cc3e38b70d2fb47e32e841797f8ff15d59604b6552ad4ea3e7bd3fb5c8b44ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_filer_optimizer-0.4.16-py3-none-any.whl
Algorithm Hash digest
SHA256 f1ac0bf14f12006350cbd7d189de66afab0031d2edf06cda7c57d7e024081bd2
MD5 551723a105bf4e1a5938fb0c44de8f2e
BLAKE2b-256 3a107aa17d7858f09c55af95db66db854e333c812eb1fe10ff04bef6c25e483e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.18

2 files

0.4.17

2 files

This release

0.4.16 This release

2 files

0.4.15

2 files

0.4.14

2 files

0.4.13

2 files

0.4.12

2 files

0.4.11

2 files

0.4.10

2 files

0.4.9

2 files

0.4.8

2 files

0.4.7

2 files

0.4.6

2 files

0.4.5

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.1

2 files

0.1.1

2 files

Supported by

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