summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d09a03c)
raw | patch | inline | side by side (parent: d09a03c)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 11 Jan 2002 01:24:38 +0000 (01:24 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/MIGRATION.txt b/MIGRATION.txt
index 24b7ada96e220c4018ff666ce31c7edc3781ab43..999d7552aad5264b30c7606230abdbc849a2ef28 100644 (file)
--- a/MIGRATION.txt
+++ b/MIGRATION.txt
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
----------------------