From 9620c313a4ffbf0070818cb9442f78320d69c39a Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 13 Mar 2019 08:56:19 -0400 Subject: [PATCH] add django-cors-headers package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2202324..ff2cf63 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Django REST Framework +- [django-cors-headers](https://github.com/OttoYiu/django-cors-headers) - [django-rest-auth](https://github.com/Tivix/django-rest-auth) - REST API endpoints for authentication and registration - [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django - [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF