Re: Django Email Model

2016-07-21 Thread ludovic coues
https://docs.djangoproject.com/en/1.9/topics/db/examples/many_to_many/ Each student can subscribe to more than one newsletter Each newsletter have many of students. 2016-07-21 15:20 GMT+02:00 Ant : > Being a Django "newcomer" I am hoping someone can help us with this simple > problem. > > We h

Django Email Model

2016-07-21 Thread Ant
Being a Django "newcomer" I am hoping someone can help us with this simple problem. We have a model for students containing names and email addresses. We want them to subscribe to various newsletters. Is it better to have a separate model for newsletters and how would we produce the list for