From: olivier <> Date: Mon, 25 Jan 2010 09:34:09 +0000 (+0000) Subject: require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core) X-Git-Tag: 1.1~582 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df9aa233cf8acb0f5c07ebde87157b79c04d6cfc;p=telemeta.git require TELEMETA_ORGANIZATION and TELEMETA_SUBJECTS settings (used for Dublin Core) --- 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::