thismatters / django-mailinglist

Django package for administering outgoing mailing lists to subscribers.
GNU Affero General Public License v3.0
9 stars 1 forks source link

Enhancement request #8

Open wildernessfamily opened 8 months ago

wildernessfamily commented 8 months ago

Again, I just want to say thank you for creating this package. I'm so glad I found it. I teach Django. I'm going to be recommending this package from hereon out to my students.

I created a custom subscription form that displays the mailinglist.forms.SubscriptionForm. I'm using the django-widget-tweaks package to style the fields. It's working great. It lists the different mailing lists that I have created. The mailaing lists have a name and a slug field. I'm going to add a description field to my new Django website. The mailing list name field sometimes can be short. Example, I have a mailing list called General. Some users may understand what that is, but others may not. I want to add a description that says this is the default newsletter list. Then for each of the different languages I teach, I have a mailing list. Ex. Python. I can add a description on what the particular mailing list is about.

Since, I'm going to be adding that to my site, I wanted to ask if you would like me to do a pull request. I never like to do a pull request without asking the controller of the repo first.

thismatters commented 8 months ago

Adding a description field seems fine to me! Feel free to make a PR!