Skip to content

Commit

Permalink
Update django.rst
Browse files Browse the repository at this point in the history
fix documentation issue
  • Loading branch information
bcanyelles authored Oct 14, 2016
1 parent 98e0dac commit a2643ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <queues>` configuration to use Kaneda in :ref:`async mode <async>`::

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::
Expand Down Expand Up @@ -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.
Name of the file where logger will store the metrics, to use in debug mode.

0 comments on commit a2643ac

Please sign in to comment.