mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Documented use with admin extensions
This commit is contained in:
parent
9a2d39a2e8
commit
d3e21abde4
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ the :setting:`CONSTANCE_CONFIG` section, like this:
|
|||
'The Universe, and Everything'),
|
||||
}
|
||||
|
||||
.. note:: If you use admin extensions like `Grapelli <http://grappelliproject.com/>`_, ``'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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue