django-newsletter
django-newsletter copied to clipboard
An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
HI, I found your app, which is really amazing. Anyway I am reading the docs for 2 days and cant find an answer. I installed everything like in the docs...
I tried to replace ldif3 by python-ldap, but the build is still failing. As I'm not using ldif, it would be nice if anyone that uses it could fix this.
This is in conflict with another package I use, which uses ldif3-3.2.2. I was wondering if this dependency could be relaxed?
Remove dependency on SITE_ID, as requested in #266, because this prevents the module from working in truly multi-site Django instances
Django's sites framework is hardly used and, honestly, kind of sucks. AFAIK all builtin Django apps are now designed to work with but not depend on the sites framework. It...
might be in range of #238 When submitting via `$ ./manage.py submit_newsletter`, I would suggest not to fetch site id via parameter-less `Site.objects.get_current()` in module _model.py_, function `send_message`. When not...
Using [django-anymail](https://github.com/anymail/django-anymail) we could have emails automatically tagged with metadata (user id, submission id etc) and (later) provide [feedback](https://anymail.readthedocs.io/en/latest/sending/tracking/) on email delivery, link clicking etc. Suggestion: keep using Django's builtin...
This issue tracks the implementation of the [Jazzband guidelines](https://jazzband.co/about/guidelines) for the project [django-newsletter](https://github.com/jazzband/django-newsletter) It was initiated by @dokterbob who was automatically assigned in addition to the [Jazzband roadies](https://jazzband.co/roadies). See the...
Make sure to use ModelAdmin.opts in admin.py in order to get the correct app_label and model_name. This is important when a subclass (e.g. of Newsletter) is used.
Make sure to use the object instance in admin.py in order to get the correct app_label and model_name. This is important when a subclass (e.g. of Newsletter) is used. fix...