Code

*sigh* more missing migration details. sucky sucky configuration system!
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 01:24:38 +0000 (01:24 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 01:24:38 +0000 (01:24 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@528 57a73879-2fb5-44c3-a270-3262357dd7e2

MIGRATION.txt

index 24b7ada96e220c4018ff666ce31c7edc3781ab43..999d7552aad5264b30c7606230abdbc849a2ef28 100644 (file)
@@ -51,6 +51,12 @@ 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.
 
+INSTANCE_NAME needs to be added to the Client class in your interfaces.py
+file. INSTANCE_NAME and ANONYMOUS_REGISTER need to be added to the MailGW
+class in your interfaces.py file. In both cases if might be easier to just
+copy the file from the core source (roundup/templates/[schema]/interfaces.py)
+where schema is "classic" or "extended".
+
 
 CGI script roundup.cgi
 ----------------------