diff --git a/README.md b/README.md index 1476c5b0..e29f380b 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,17 @@ If you want the cutting edge version (that may well be broken), use this: pip install -e git+https://github.com/nvie/rq.git@master#egg=rq +## Related Projects + +Check out these below repos which might be useful in your rq based project. + +- [rq-dashboard](https://github.com/Parallels/rq-dashboard) +- [rqmonitor](https://github.com/pranavgupta1234/rqmonitor) +- [django-rq](https://github.com/rq/django-rq) +- [Flask-RQ2](https://github.com/rq/Flask-RQ2) +- [rq-scheduler](https://github.com/rq/rq-scheduler) + + ## Project history This project has been inspired by the good parts of [Celery][1], [Resque][2]