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

Uploaded Source

Built Distribution

django_easywebpack-0.2.0-py2.py3-none-any.whl (8.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-easywebpack-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-easywebpack-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7d0e51db84127f7d433ad7a21a07f041b5beaea5ba071c9820da5205c76b1590
MD5 15a239eaf8a00a8f324943bf93ebfd58
BLAKE2b-256 b727ac63db333420ab645dabdf3fa1bedc8c4c7cb24c29ed7845ad76586b4473

See more details on using hashes here.

Provenance

File details

Details for the file django_easywebpack-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_easywebpack-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fd7a2c5ad47cffcb3578b2c20b544ae74bae48dcba7a689ab25010a4d84f247b
MD5 b88a73d4aa2d913501202ef8653108f3
BLAKE2b-256 c4b89d01b3337ff6b416231397ec55be003bbe794eb5be244d738b160cd09509

See more details on using hashes here.

Provenance

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