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. Finally, modify your project urls.py with handlers for all errors:
    # ...other imports...
    
    urlpatterns = [
        # ...other urls...
    ]
    
  4. Execute Django's command migrate inside your project's root:
    python manage.py migrate
    Running migrations:
      Applying filer_optimizer.0001_initial... OK
    

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.1.1.tar.gz (143.9 kB view details)

Uploaded Source

Built Distribution

django_filer_optimizer-0.1.1-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-filer-optimizer-0.1.1.tar.gz.

File metadata

  • Download URL: django-filer-optimizer-0.1.1.tar.gz
  • Upload date:
  • Size: 143.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for django-filer-optimizer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 329ba98567c6109ab429dd6a751dba3772211fd5e49440b1d4c2b54f5d4c147b
MD5 0f7a3bfc8d6e0fc9c808117ed42c8b2e
BLAKE2b-256 46f5bc8dc81f8e49a86d168c6de40cdc594b799f34d72b9cb6b4ed231089e29f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_filer_optimizer-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 43b23463c00ec30ffd5efdf3ccf45a379f463cc81d25732c55cf13a6275dcb75
MD5 1cf4d91f93db502edc815417a0ce2d92
BLAKE2b-256 6cf54bf5ae01154ef74f82a176252f9a69d8c3f79ab62d12636b69c6039ee067

See more details on using hashes here.

Supported by

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