mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
CONSTANCE_IGNORE_ADMIN_VERSION_CHECK updated documentation
This commit is contained in:
parent
1b9458c74b
commit
33619aa340
1 changed files with 9 additions and 0 deletions
|
|
@ -53,6 +53,15 @@ admin will show.
|
|||
See the :ref:`Backends <backends>` section how to setup the backend and
|
||||
finish the configuration.
|
||||
|
||||
``django-constance``'s hashes generated in different instances of the same
|
||||
application may differ, preventing data from being saved.
|
||||
|
||||
Use this option in order to skip hash verification.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
CONSTANCE_IGNORE_ADMIN_VERSION_CHECK = True
|
||||
|
||||
Custom fields
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue