From df9aa233cf8acb0f5c07ebde87157b79c04d6cfc Mon Sep 17 00:00:00 2001 From: olivier <> Date: Mon, 25 Jan 2010 09:34:09 +0000 Subject: [PATCH] require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core) --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index baafb8fe..625d8ba4 100644 --- a/INSTALL +++ b/INSTALL @@ -118,13 +118,17 @@ You might want to place these somewhere else... Edit the file settings.py in a text editor. Modifiy the following variables: + :ADMINS: telemeta requires that you indicate an administrator here :DATABASE_*: your database settings (don't forget to create the database if needed) :MEDIA_ROOT: absolute path to the media directory you just created :INSTALLED_APPS: add 'telemeta' Add the following variables: - :TELEMETA_CACHE_DIR: absolute path to the cache directory you just created + :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_CACHE_DIR: absolute path to the cache directory that you just created Just paste the two lines below:: -- 2.39.5