mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fix broken link to django-redis (#175)
This commit is contained in:
parent
70f1043bad
commit
e634a624ec
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ An (optional) dotted import path to a connection to use, e.g.::
|
|||
|
||||
CONSTANCE_REDIS_CONNECTION_CLASS = 'myproject.myapp.mockup.Connection'
|
||||
|
||||
If you are using `django-redis <http://niwibe.github.io/django-redis/>`_,
|
||||
If you are using `django-redis <http://niwinz.github.io/django-redis/latest/>`_,
|
||||
feel free to use the ``CONSTANCE_REDIS_CONNECTION_CLASS`` setting to define
|
||||
a callable that returns a redis connection, e.g.::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue