SystemNotifications handling in Django REST
To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: [crayon-67b7843d5b888349637715/] [crayon-67b7843d5b896683569674/] [crayon-67b7843d5b89a218755423/] In NotificationObjects table we define entity_type_id