From d0721fdcf463549f20434d28f6faed2c0e6aea0f Mon Sep 17 00:00:00 2001 From: Raffaele Salmaso Date: Thu, 22 Feb 2018 09:23:27 +0100 Subject: [PATCH] Update context_processors docs --- docs/installation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9dfd2035..8623c13e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,13 +87,13 @@ To sync and create tables, do: python manage.py migrate -Configure ``TEMPLATE_CONTEXT_PROCESSORS`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Configure ``context_processors`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Add ``'sekizai.context_processors.sekizai'`` and -``'django.core.context_processors.debug'`` to -``settings.TEMPLATE_CONTEXT_PROCESSORS``. Please refer to the `Django -settings docs `_ +``django-wiki`` uses the `Django Templates` backend. +Add ``'sekizai.context_processors.sekizai'`` and ``'django.core.context_processors.debug'`` to +``context_processors`` section of your template backend settings. +Please refer to the `Django templates docs `_ to see the current default setting for this variable. .. code-block:: python -- 2.45.2