Skip to main content

Making Django and Webpack best friends

Project description

Making Django and Webpack best friends.

https://badge.fury.io/py/django-easywebpack.svg https://travis-ci.org/fndrz/django-easywebpack.svg?branch=master https://codecov.io/gh/fndrz/django-easywebpack/branch/master/graph/badge.svg 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:

History

0.2.1 (2018-04-19)

  • Fix broken management commands.

  • Add more information to setup.py.

  • Integrate version updating with Punch.

0.2.0 (2018-04-18)

  • First release on PyPI.

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-easywebpack-0.2.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

django_easywebpack-0.2.1-py2.py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 2 Python 3

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