Skip to content

maps

django_spire.notification.maps

NOTIFICATION_TYPE_CHOICE_TO_MODEL_MAP = {NotificationTypeChoices.APP: AppNotification, NotificationTypeChoices.EMAIL: EmailNotification, NotificationTypeChoices.PUSH: PushNotification, NotificationTypeChoices.SMS: SmsNotification} module-attribute