From 9a7317f5835b23875fae06dfe93b6bbaec0a2365 Mon Sep 17 00:00:00 2001 From: Luke Hodkinson Date: Wed, 24 Aug 2016 12:47:29 +1000 Subject: [PATCH] Add a link to django-cq. (#310) * Use a mixin for common test-case code. This way we can have both a regular channels test-case, and a transaction test-case, too. * Adding a reference to django-cq. --- docs/community.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community.rst b/docs/community.rst index c387c0f..c3678fe 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -5,10 +5,12 @@ These projects from the community are developed on top of Channels: * Djangobot_, a bi-directional interface server for Slack. * knocker_, a generic desktop-notification system. -* Beatserver_, a periodic task scheduler for django channels +* Beatserver_, a periodic task scheduler for django channels. +* cq_, a simple distributed task system. If you'd like to add your project, please submit a PR with a link and brief description. .. _Djangobot: https://github.com/djangobot/djangobot .. _knocker: https://github.com/nephila/django-knocker .. _Beatserver: https://github.com/rajasimon/beatserver +.. _cq: https://github.com/furious-luke/django-cq