jazzband / django-newsletter

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.
GNU Affero General Public License v3.0
846 stars 204 forks source link

Remove dependency on SITE_ID #357

Open zelenij opened 3 years ago

zelenij commented 3 years ago

Remove dependency on SITE_ID, as requested in #266, because this prevents the module from working in truly multi-site Django instances

woodz- commented 3 years ago

This should solve #238, doesn't it?

thismatters commented 10 months ago

Any chance this will get merged? It seems like a good change!