Mercurial > p > roundup > code
diff MIGRATION.txt @ 516:5f8b959a704b
*sigh* more missing migration details. sucky sucky configuration system!
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jan 2002 01:24:38 +0000 |
| parents | cda2b7c74102 |
| children | 2dd8571ca738 |
line wrap: on
line diff
--- a/MIGRATION.txt Thu Jan 10 10:02:15 2002 +0000 +++ b/MIGRATION.txt Fri Jan 11 01:24:38 2002 +0000 @@ -51,6 +51,12 @@ 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 ----------------------
