From a2643acfceb25362036ce759c9fa730d3ddc14fa Mon Sep 17 00:00:00 2001 From: Tomeu Canyelles Date: Fri, 14 Oct 2016 17:50:29 +0200 Subject: [PATCH] Update django.rst fix documentation issue --- docs/django.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/django.rst b/docs/django.rst index d54c70d..08826c0 100644 --- a/docs/django.rst +++ b/docs/django.rst @@ -19,7 +19,7 @@ Kaneda can be use with Django as a mechanism to reporting metrics and events. Alternatively you can set :code:`KANEDA_QUEUE` to specify a :ref:`queue ` configuration to use Kaneda in :ref:`async mode `:: - KANEDA_BACKEND = 'kaneda.queues.CeleryQueue' + KANEDA_QUEUE = 'kaneda.queues.CeleryQueue' KANEDA_CELERY_BROKER = 'redis://localhost:6379/0' With this, you can use Kaneda in everyplace of your Django project:: @@ -199,4 +199,4 @@ KANEDA_LOGGER (=None) Name of a previously defined logger, to use in debug mode. KANEDA_LOGGER_FILENAME (=None) - Name of the file where logger will store the metrics, to use in debug mode. \ No newline at end of file + Name of the file where logger will store the metrics, to use in debug mode.