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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-easywebpack-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3c6794da4f21875d762f5bfe95e2093944d65abe7ad85f4ce030aaa58c8163b0
MD5 387b3806ba52b392e391fcd694e66a70
BLAKE2b-256 c4921288d8b2cc1930ccd2887b6642118a17151e641ec1dc55dfe0733f495c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_easywebpack-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a0eb34f73b0ed3a3e0ae47429e522e3c4ebf8b511c4c272b8c0a6d69a2c2043a
MD5 d4bbf6ea130da3e7fd8e649fd85ee7f2
BLAKE2b-256 ac53dc4221df2c12a67fcf2d5b37289fb66f55e244689350324661c0ab98e732

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