Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This repository is unmaintained as I don't have any free time to dedicate to this effort. If you or your organisation are heavy users of this library along with it's JS cousin (webpack-bundle-tracker), I'd be happy to add you as maintainers or even transfer the repo to you. Feel free to email me and we'll take it on from there. Thanks.

# Alternatives to Django-Webpack-Loader

_Below are known projects that attempt to solve the same problem:_

Note that these projects have not been vetted or reviewed in any way by me.
These are not recommendation.
Anyone can add their project to this by sending a PR.

* [Django Manifest Loader](https://github.com/shonin/django-manifest-loader)
* [Python Webpack Boilerplate](https://github.com/AccordBox/python-webpack-boilerplate)


# django-webpack-loader

[![Join the chat at https://gitter.im/owais/django-webpack-loader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/owais/django-webpack-loader?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down Expand Up @@ -417,14 +429,3 @@ Then in your base jinja template:


Enjoy your webpack with django :)

# Alternatives to Django-Webpack-Loader

_Below are known projects that attempt to solve the same problem:_

Note that these projects have not been vetted or reviewed in any way by me.
These are not recommendation.
Anyone can add their project to this by sending a PR.

* [Django Manifest Loader](https://github.com/shonin/django-manifest-loader)
* [Python Webpack Boilerplate](https://github.com/AccordBox/python-webpack-boilerplate)