mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fixed a few typos in the README.
This commit is contained in:
parent
ada157c7df
commit
a9835dd345
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ Backends
|
|||
Constance ships with a series of backends that are used to store the
|
||||
configuration values:
|
||||
|
||||
* ``constance.backends.redis.RedisBackend`` (default)
|
||||
* ``constance.backends.redisd.RedisBackend`` (default)
|
||||
|
||||
The is the default backend and has a couple of options:
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ Constance can be used from your Python code and from your Django templates.
|
|||
|
||||
from constance import config
|
||||
|
||||
...
|
||||
# ...
|
||||
|
||||
if config.MY_SETTINGS_KEY == 42:
|
||||
answer_the_question()
|
||||
|
|
|
|||
Loading…
Reference in a new issue