From a070c836c4d458cdc1506be8db28d0da9f0bef7b Mon Sep 17 00:00:00 2001 From: Marian Date: Mon, 4 Jun 2018 00:28:57 +0200 Subject: [PATCH] Update installation.rst: fix import `context_processors` in Django 1.10 and above has been moved from `core` to `template`. https://stackoverflow.com/a/44071228/196244 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 043606e4..40687624 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -91,7 +91,7 @@ Configure ``context_processors`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``django-wiki`` uses the `Django Templates` backend. -Add ``'sekizai.context_processors.sekizai'`` and ``'django.core.context_processors.debug'`` to +Add ``'sekizai.context_processors.sekizai'`` and ``'django.template.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. -- 2.45.2