Making Django and Webpack best friends
Project description
Making Django and Webpack best friends.
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 beforestaticfiles
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_easywebpack-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0eb34f73b0ed3a3e0ae47429e522e3c4ebf8b511c4c272b8c0a6d69a2c2043a |
|
MD5 | d4bbf6ea130da3e7fd8e649fd85ee7f2 |
|
BLAKE2b-256 | ac53dc4221df2c12a67fcf2d5b37289fb66f55e244689350324661c0ab98e732 |