From a9835dd34569e620998cad0adeb10bc00b702917 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 24 Jan 2011 15:00:41 +0100 Subject: [PATCH] Fixed a few typos in the README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8e65932..4abbf55 100644 --- a/README.rst +++ b/README.rst @@ -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()