From 13f6c637584d02d84411e4570c7e733c91d5d86d Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 23 Oct 2019 10:25:19 -0400 Subject: [PATCH] add django-webpack-loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c29c9..0f61ae3 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-rest-auth](https://github.com/Tivix/django-rest-auth) - REST API endpoints for authentication and registration - [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth - [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF +- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django ### Async - [channels](https://github.com/django/channels/) - Async support for Django