django-newsletter icon indicating copy to clipboard operation
django-newsletter copied to clipboard

Remove hard dependency on `sites` framework

Open dokterbob opened this issue 8 years ago • 1 comments

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.

dokterbob avatar Nov 11 '17 11:11 dokterbob

@dokterbob will #357 solve your issue?

woodz- avatar Feb 03 '21 17:02 woodz-