Generalise notifications and implement SMS notifications
Compare changes
- Nik | Klampfradler authored
+ 1
− 1
This MR implements some generalisations for the notification system.
Special attention has been paid to:
>>> from aleksis.core.models import Person, Notification
>>> nik = Person.objects.first()
>>> noti = Notification.objects.create(title="Tag des Raclettes", description="Bitte überbacken Sie Ihre Vertretungsaufgaben umgehend mit Käse 🧀!", link="http://www.raclette.de/shop/", recipient=nik, sender="Feiertage-App")
Closes #165 (closed)