Skip to content

Commit dfcfd64

Browse files
author
Richard Jones
committed
*sigh* more missing migration details. sucky sucky configuration system!
1 parent 65afccc commit dfcfd64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MIGRATION.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the
5151
instance_config.py. Simplest solution is to copy the default values from
5252
template in the core source.
5353

54+
INSTANCE_NAME needs to be added to the Client class in your interfaces.py
55+
file. INSTANCE_NAME and ANONYMOUS_REGISTER need to be added to the MailGW
56+
class in your interfaces.py file. In both cases if might be easier to just
57+
copy the file from the core source (roundup/templates/[schema]/interfaces.py)
58+
where schema is "classic" or "extended".
59+
5460

5561
CGI script roundup.cgi
5662
----------------------

0 commit comments

Comments
 (0)