From fcca3742e0af15b78eb0db72a46575cf739c5f46 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 8 Jan 2012 23:59:34 +0100 Subject: [PATCH] Minor cleanup in docs. --- docs/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings.txt b/docs/settings.txt index 3494c14..c541d2c 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -4,8 +4,8 @@ Settings ``DBTEMPLATES_ADD_DEFAULT_SITE`` -------------------------------- -``dbtemplates`` adds the current site (``settings.SITE_ID``) to the database -template when it is created by default. You can disable this feature by +``dbtemplates`` adds the current site (``settings.SITE_ID``) to the database +template when it is created by default. You can disable this feature by setting ``DBTEMPLATES_ADD_DEFAULT_SITE`` to ``False``. ``DBTEMPLATES_AUTO_POPULATE_CONTENT``