From eb03ee908a1e1debdd2c5c50b8a2275947912cae Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 26 Apr 2013 09:36:26 +0300 Subject: [PATCH] Fixed typo in README. Closes #34. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e9283c3..0730ad8 100644 --- a/README.rst +++ b/README.rst @@ -106,7 +106,7 @@ Database :: - CONSTANCE_BACKEND = constance.backends.database.DatabaseBackend + CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend' If you want to use this backend you also need to add the databse backend to your ``INSTALLED_APPS`` setting to make sure the data model is correctly