From d3e21abde4354b776e485a01d30dbff7f1ae2a48 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 1 Apr 2018 08:08:22 +0300 Subject: [PATCH] Documented use with admin extensions --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 0604508..c5805cb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,6 +52,8 @@ the :setting:`CONSTANCE_CONFIG` section, like this: 'The Universe, and Everything'), } +.. note:: If you use admin extensions like `Grapelli `_, ``'constance'`` should be added in :setting:`INSTALLED_APPS` *before* that extension + Here, ``42`` is the default value for the key ``THE_ANSWER`` if it is not found in the backend. The other member of the tuple is a help text the admin will show.