Re: Best Way to Organize Project With Overlapping Functionality

2015-08-10 Thread ringemup
Thank you, Mike, that’s helpful! On Aug 9, 2015, at 7:42 PM, Mike Dewhirst wrote: > On Monday, August 10, 2015 at 8:34:28 AM UTC+10, Nan wrote: > Hi everyone -- > > I'm building a project that allows users to create mailing lists. In order > to create a mailing list, you must first create a

Re: Best Way to Organize Project With Overlapping Functionality

2015-08-09 Thread Mike Dewhirst
On Monday, August 10, 2015 at 8:34:28 AM UTC+10, Nan wrote: > > Hi everyone -- > > I'm building a project that allows users to create mailing lists. In > order to create a mailing list, you must first create an account; in order > to join a mailing list, you don't have to have an account. Accou

Best Way to Organize Project With Overlapping Functionality

2015-08-09 Thread Nan
Hi everyone -- I'm building a project that allows users to create mailing lists. In order to create a mailing list, you must first create an account; in order to join a mailing list, you don't have to have an account. Accounts are handled by one Django app and mailing lists and list membershi