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.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
File details
Details for the file django-easywebpack-0.2.0.tar.gz
.
File metadata
- Download URL: django-easywebpack-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d0e51db84127f7d433ad7a21a07f041b5beaea5ba071c9820da5205c76b1590 |
|
MD5 | 15a239eaf8a00a8f324943bf93ebfd58 |
|
BLAKE2b-256 | b727ac63db333420ab645dabdf3fa1bedc8c4c7cb24c29ed7845ad76586b4473 |
Provenance
File details
Details for the file django_easywebpack-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_easywebpack-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd7a2c5ad47cffcb3578b2c20b544ae74bae48dcba7a689ab25010a4d84f247b |
|
MD5 | b88a73d4aa2d913501202ef8653108f3 |
|
BLAKE2b-256 | c4b89d01b3337ff6b416231397ec55be003bbe794eb5be244d738b160cd09509 |