I followed a tutorial and *mailman start* runs just fine, but I don't know where to go from there. I do know Python, but not Django which may be a problem. If any of you could provide a road map for me - outlining what to learn, how to learn and where to learn - I would be eternally grateful!
On Tue, Mar 5, 2019 at 11:36 AM Mark Sapiro <[email protected]> wrote: > On 3/4/19 9:21 PM, Aaryan Bhagat wrote: > > > > My doubt is > > Suppose there are list of members in the mailing list like anna in > [email protected]. > > Here 'anna' is in only this mailing list. > > If we unsubscribe anna then test_one.members does not show 'anna' as > well as client.members > > But client.users show 'anna' . > > Is this behaviour expected or it should not be there? > > > This is the expected behavior. 'anna' is still a known user even if she > is not a member of any lists. > > > -- > Mark Sapiro <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > _______________________________________________ > Mailman-Developers mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/mailman-developers.python.org/ > Mailman FAQ: https://wiki.list.org/x/AgA3 > > Security Policy: https://wiki.list.org/x/QIA9 > _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
