Skip to main content

Provide hints to optimize database usage by deferring unused fields

Project description

https://badge.fury.io/py/django-eraserhead.svg https://travis-ci.org/dizballanze/django-eraserhead.svg?branch=master https://codecov.io/gh/dizballanze/django-eraserhead/branch/master/graph/badge.svg

Provide hints to optimize database usage by deferring unused fields

https://github.com/dizballanze/django-eraserhead/raw/master/eraserhead.jpg

Documentation

Quickstart

Install Django Eraserhead:

pip install django-eraserhead

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'eraserhead.apps.EraserheadConfig',
    ...
)

ERASERHEAD_ENABLED = True

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

Supported by

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