From 00c3dcd3e8b0c302e5c03b6ba95859b5e168ecdb Mon Sep 17 00:00:00 2001 From: Mattia Larentis Date: Tue, 6 May 2014 10:57:49 +0200 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8730647..ea0e4f1 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ Database CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend' -If you want to use this backend you also need to add the databse backend +If you want to use this backend you also need to add the database backend to your ``INSTALLED_APPS`` setting to make sure the data model is correctly created::