Tagged Questions
12
votes
2answers
1k views
How to re-use a reusable app in Django
Hello Django experts
I am trying to create my first site in Django and as I'm looking for example apps out there to draw inspiration from, I constantly stumble upon a term called "reusable apps".
I ...
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 ...