Hi Aamir, thanks for being interested in MM3 and its web ui!
A small change I recently made to the default settings seems to be the cause of the error message: In line 32 of your settings.py it should say: REST_SERVER = 'http://localhost:8001' where it probably now says: REST_SERVER = 'localhost:8001' (missing url scheme...) Sorry for not having updated the settings-branch on launchpad earlier... :-/ Is this solving the problem? (If you have any further questions please don't hesitate to contact me via mail or on irc - florianf on freenode.) Cheers Florian On Thursday, February 16, 2012 17:54 CET, Aamir Khan <[email protected]> wrote: > Hi, > > I am getting error while trying to setup mailman UI by following the guide > of setting up mailman web UI running[0]. > > I have attached the screenshot of the same. Any help will be appreciated. > > [0] => > http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running > > > > > -- > Aamir Khan | 3rd Year | Computer Science & Engineering | IIT Roorkee _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
