mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Update connection class string for django redis
This commit is contained in:
parent
a6357e4d89
commit
cdc0db78b2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ If you are using `django-redis <http://niwibe.github.io/django-redis/>`_,
|
|||
feel free to use the ``CONSTANCE_REDIS_CONNECTION_CLASS`` setting to define
|
||||
a callable that returns a redis connection, e.g.::
|
||||
|
||||
CONSTANCE_REDIS_CONNECTION_CLASS = 'redis_cache.get_redis_connection'
|
||||
CONSTANCE_REDIS_CONNECTION_CLASS = 'django_redis.get_redis_connection'
|
||||
|
||||
``CONSTANCE_REDIS_PREFIX``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue