Generalise notifications and implement SMS notifications
Compare changes
- Nik | Klampfradler authored
@@ -9,6 +9,7 @@ from django.utils.functional import lazy
@@ -17,7 +18,9 @@ except ImportError:
@@ -41,7 +44,9 @@ def _send_notification_email(notification: "Notification", template: str = "noti
@@ -98,4 +103,5 @@ def get_notification_choices() -> list: