From 88c48c93e7a30b7140b7fbcfbd13bf2f6416cc39 Mon Sep 17 00:00:00 2001 From: Jebaseelanravi Date: Sun, 12 Jun 2022 00:19:07 +0530 Subject: [PATCH] added django-rq in third party packages --- docs/community/third-party-packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 9513b13d1..f8f749867 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -150,6 +150,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [fast-drf] - A model based library for making API development faster and easier. * [django-requestlogs] - Providing middleware and other helpers for audit logging for REST framework. * [drf-standardized-errors][drf-standardized-errors] - DRF exception handler to standardize error responses for all API endpoints. +* [django-rq] - Django integration with RQ, a Redis based Python queuing library. [cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework @@ -241,3 +242,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [fast-drf]: https://github.com/iashraful/fast-drf [django-requestlogs]: https://github.com/Raekkeri/django-requestlogs [drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors +[django-rq]: https://github.com/rq/django-rq \ No newline at end of file