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
851 stars 206 forks source link

Remove hard dependency on `sites` framework #238

Open dokterbob opened 7 years ago

dokterbob commented 7 years ago

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 would be great to do the same for django-newsletter, and preferably use the same mechanism which Django uses for this type of soft dependency.

woodz- commented 3 years ago

@dokterbob will #357 solve your issue?