From 64ba6a9e5aefe891069916aa9e2561c898e20c98 Mon Sep 17 00:00:00 2001 From: Ronald van Zon Date: Tue, 15 Nov 2016 13:28:32 +0100 Subject: [PATCH] Explaining how to handle tasks async with qcluster --- docs/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index e106521..ed67ffa 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -20,6 +20,9 @@ Installation - Choose a message :doc:`broker` , configure it and install the appropriate client library. +- Run Django Q cluster in order to handle tasks async:: + + $ python manage.py qcluster Requirements ------------