From: richard Date: Thu, 10 Jan 2002 06:36:07 +0000 (+0000) Subject: mention new variables in the instance_config.py X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5e421d313ee4db514d25b609cbadea34b88a1e3;p=roundup.git mention new variables in the instance_config.py git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@523 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/MIGRATION.txt b/MIGRATION.txt index 23fe2ca..34d6e54 100644 --- a/MIGRATION.txt +++ b/MIGRATION.txt @@ -45,6 +45,12 @@ If you have modified your dbinit.py file, you may use encoded passwords: files=Multilink("file"), messageid=String(), inreplyto=String()) +Configuration +------------- +INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the +instance_config.py. Simplest solution is to copy the default values from +template in the core source. + Migrating from 0.2.x to 0.3.x =============================