Tagged Questions

2
votes
2answers
202 views

Set django-notification to be opt in rather than the default of opt out

I'm using django-notification to allow my users to opt out of certain alerts I generate in my web-application. By default when I create a new notice type it is enabled rather than disabled In the ...