From 36ef5afe3f21623be7b1e3bf063e767e34a48f7c Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 4 Oct 2012 16:45:18 +0200 Subject: [PATCH] fix doc --- INSTALL.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index ba91407b..1954ceb3 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -186,7 +186,7 @@ Set the following Middlewares:: 'django.middleware.locale.LocaleMiddleware', ) -Add the following variables:: +and the following processors:: TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.request', @@ -195,6 +195,8 @@ Add the following variables:: 'django.core.context_processors.media', 'django.core.context_processors.static',) +Add the following variables:: + TELEMETA_ORGANIZATION = name of the organization which hosts this installation TELEMETA_SUBJECTS = tuple of subject keywords (used for Dublin Core), such as "Ethnology", etc... TELEMETA_DESCRIPTION = the description of the site -- 2.39.5