Hi, 
 
On Friday, February 17, 2012 00:40 CET, Aamir Khan <syst3m.w...@gmail.com> 
wrote: 
 
> > REST_SERVER = 'http://localhost:8001'
> >
> I guess that should be,
> 
> REST_SERVER = 'http://localhost:8000'  because the django app runs on 8000
> port.

Yep, the Django dev server runs on port 8000. But the REST_SERVER setting 
refers to the Mailman API which usually runs on port 8001. Did you try that, 
too?
Also, did you start mailman by running 'bin/mailman start' from your mailman 
directory?

If that doesn't work, you could try and run the wui tests:

1) stop mailman ('bin/mailman stop' from inside your mailman dir)
2) set MAILMAN_TEST_BINDIR in your settings.py (full path to: .../mailman/bin)
3) from the folder where the settings.py lives run: 'python manage.py test'

If the tests run through you know the web ui is setup correctly and can talk to 
the mailman REST API.
If they don't the output should give us a hint where the problem might be...

I hope that helps...

Florian 


> 
> When, changing it to above line, the URL 'http://localhost:8000' takes
> forever to load but at least no error popped out.
> 
> >
> > 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 <
> > syst3m.w...@gmail.com> 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
> > Mailman-Developers@python.org
> > 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/syst3m.w0rm%40gmail.com
> >
> > Security Policy: http://wiki.list.org/x/QIA9
> >
> 
> 
> 
> -- 
> Aamir Khan | 3rd Year  | Computer Science & Engineering | IIT Roorkee
 
 
 
 

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
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

Reply via email to