django-easywebpack

Making Django and Webpack best friends


Keywords
webpack, static
License
MIT
Install
pip install django-easywebpack==0.2.1

Documentation

django-easywebpack

Making Django and Webpack best friends.

https://travis-ci.org/fndrz/django-easywebpack.svg?branch=master Documentation Status

Documentation

The full documentation is at https://django-easywebpack.readthedocs.io.

Quickstart

Install django-easywebpack:

pip install django-easywebpack

Add it to your INSTALLED_APPS:

Note: easywebpack must be placed before staticfiles for ./manage.py commands to work properly.
INSTALLED_APPS = (
    'easywebpack',
    ...
)

Then, configure it in your Django settings:

EASYWEBPACK = {
    'MANIFEST': 'path/to/manifest.json',
}

Credits

Tools used in rendering this package: