mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Documentation typo. closes #11
This commit is contained in:
parent
4081f67f5c
commit
ab1e8ca7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ Redis (default)
|
|||
|
||||
::
|
||||
|
||||
CONSTANCE_BACKEND = constance.backends.redisd.RedisBackend
|
||||
CONSTANCE_BACKEND = 'constance.backends.redisd.RedisBackend'
|
||||
|
||||
The is the default backend and has a couple of options:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue