From c404b6fad6904c6a3d2361a3a663d1b654b8bb1b Mon Sep 17 00:00:00 2001 From: Daria Knyazeva Date: Tue, 30 Jun 2020 15:47:55 +0600 Subject: [PATCH] Add Djaq to APIs section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e892f69..1cd4587 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-cors-headers](https://github.com/adamchainz/django-cors-headers) - If your back-end and front-end are on different servers, you need this - [dj-rest-auth](https://github.com/jazzband/dj-rest-auth) - Authentication for Django Rest Framework - [django-rest-knox](https://github.com/James1345/django-rest-knox) - Authentication Module for django-rest-auth +- [djaq](https://github.com/paul-wolf/djaq) - An instant remote API to Django models with a powerful query language - [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