Description
Using django-consent for maintaining a list of newsletter subscribers is a perfectly simple use case.
We can even generate a send such newsletters quite easily.
It can be contested that using "eager" sending of emails without a queuing system is a good idea. But for demonstration purposes, it can serve as a simple pattern for getting started.