mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-12 11:11:05 +00:00
Restore an example of a dependent setting to the docs
This was removed by #303. This now uses a real Django setting, "DEBUG_PROPAGATE_EXCEPTIONS", instead of a deprecated one.
This commit is contained in:
parent
80f2cee84b
commit
596ab9a1bf
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ value:
|
|||
|
||||
class Dev(Configuration):
|
||||
DEBUG = values.BooleanValue(True)
|
||||
DEBUG_PROPAGATE_EXCEPTIONS = values.BooleanValue(DEBUG)
|
||||
|
||||
See the list of :ref:`built-in value classes<built-ins>` for more information.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue