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
Unable to unsubscribe existing user from email link. #369
I'm trying to use django-newsletter in my project but facing issue when I try to unsubscribe a user from newsletter.
I'm using Django DRF and we don't have any website for user to login as this backend is only for mobile app.
How can I unsubscribe existing user from newsletter
I'm trying to use django-newsletter in my project but facing issue when I try to unsubscribe a user from newsletter. I'm using Django DRF and we don't have any website for user to login as this backend is only for mobile app. How can I unsubscribe existing user from newsletter
Getting following error